Skip to main content

BalanceRequestParams

tokenAddressstring

The address of the token contract (optional).

tokenIdstring

The token ID (optional).

addressstringrequired

The Mina address for which to retrieve the balance.

BalanceRequestParams
{
"tokenAddress": "string",
"tokenId": "string",
"address": "string"
}