---
title: "isSnarkerExist"
method: GET
path: "/v1/accounts/{address}/is-snarker"
tags: ["Accounts"]
---

# isSnarkerExist

`GET /v1/accounts/{address}/is-snarker`

Check if the queried account is a snarker.
Snarkers are accounts that produce zk-snark proofs.
After the hardfork this endpoint will be available on the Mainnet.

## Path parameters

- `address` string, required — Queried account address hash.

## Response `200`

OK

- boolean

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
