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