---
title: "getZkAppTransactionBalanceChangeByTxHash"
method: GET
path: "/v1/zkapps/txs/balance-change/{txHash}"
tags: ["ZkApps"]
---

# getZkAppTransactionBalanceChangeByTxHash

`GET /v1/zkapps/txs/balance-change/{txHash}`

Get the account balance change brought about by the queried zkApp transaction.
ZkApp transactions are those run via zkApps - equivalents to dApps on Mina that are based on the zero knowledge proof technology.

## Path parameters

- `txHash` string, required — Queried zkApp transaction hash.

## Response `200`

OK

- ChangeBalanceDto[]
  - `accountAddress` string
  - `accountName` string
  - `accountImg` string
  - `isZkappAccount` boolean
  - `changeBalance` number, double
  - `balanceBefore` number, double
  - `balanceAfter` number, double
  - `tokenSymbol` string
  - `tokenId` string
  - `scam` ScamDto
    - `scamId` integer
    - `objectType` string
    - `onchainId` string
    - `defaultSecurityMessage` string
    - `securityMessage` string
    - `scamType` string
  - `tokenName` string
  - `tokenImage` string
  - `isVerified` boolean
  - `isBridge` boolean
  - `coingeckoCoinId` string
  - `coinmarketCoinId` string

---

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