Skip to main content

BalanceResponse

tokenAddressstring

The address of the token contract (optional).

tokenIdstring

The token ID (optional).

addressstringrequired

The Mina address for which the balance was requested.

balancenumber

The balance of the token for the specified address.

hasAccountboolean

Indicates whether the account exists.

BalanceResponse
{
"tokenAddress": "string",
"tokenId": "string",
"address": "string",
"balance": 0,
"hasAccount": true
}