cURL
curl --request GET \ --url https://dash.betteruseblockchain.com/api/v1/wallet/balance/token/{network}/{contractToken}/{address} \ --header 'Authorization: Bearer <token>'
{ "data": { "balance": 123 } }
Get the token balance of a wallet on the specified blockchain. Supported blockchains: XDC, ETH, BSC, POL.
Show child attributes