---
title: "getZkAppByAddress"
method: GET
path: "/v1/zkapps/{address}"
tags: ["ZkApps"]
---

# getZkAppByAddress

`GET /v1/zkapps/{address}`

Get the queried zkApp by address of its creator.
ZkApps are equivalents to dApps on the Mina Blockchain that leverage the zero-knowledge proof technology.

## Path parameters

- `address` string, required — Address of the account that created the queried zkApp.

## Response `200`

OK

- ZkAppDto
  - `permissions` ZkAppPermissionsDto
    - `access` string
    - `editActionState` string
    - `editState` string
    - `incrementNonce` string
    - `receive` string
    - `send` string
    - `setDelegate` string
    - `setPermissions` string
    - `setTiming` string
    - `setTokenSymbol` string
    - `setVerificationKey` string
    - `setVotingFor` string
    - `setZkappUri` string
  - `actionState` string[]
  - `zkAppState` string[]
  - `zkAppURI` string
  - `verificationKey` string
  - `verificationKeyHash` string
  - `isZkappAccount` 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)
