Returns the owner
's balance of the tokens from a specified KIP-7 contract.
Your request was successful.
Your request is not valid.
The credential you entered is invalid.
The resource you requested doesn't exist.
curl -i -X GET \ -u <username>:<password> \ 'https://kip7-api.klaytnapi.com/v1/contract/{contract-address-or-alias}/account/{owner}/balance' \ -H 'x-chain-id: string'
Your request was successful.
{- "balance": "0x10",
- "decimals": 8
}