---
title: "getZkAppTransactionsCountChart"
method: GET
path: "/v1/accounts/{address}/zkapp-tx-count-chart"
tags: ["Accounts"]
---

# getZkAppTransactionsCountChart

`GET /v1/accounts/{address}/zkapp-tx-count-chart`

Get ZkApp Transactions Count Chart by address.

## Path parameters

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

## Query parameters

- `period` 'DAY' | 'WEEK' | 'MONTH' | 'THREE_MONTH' | 'SIX_MONTH' | 'YEAR' | 'ALL', required — Select period parameter.

## Response `200`

OK

- ZkTxDataPointDto[]
  - `timestamp` integer
  - `applied` integer
  - `failed` integer
  - `total` integer

---

[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)
