cURL
curl --request GET \ --url https://api.walletsuite.io/api/balance/{address} \ --header 'x-api-key: <api-key>'
{ "ok": true, "code": "<string>", "message": "<string>", "data": { "chain": "<string>", "symbol": "<string>", "decimals": 123, "address": "<string>", "smallestUnit": 123, "amount": 123, "fiatCurrency": "<string>", "fiatValue": 123 } }
Returns the native balance for the given address on the specified chain. One RPC call; fiat valuation is optional.
API key provided by WalletSuite team
Address on the specified chain
Blockchain identifier
Optional fiat currency for valuation
OK
Show child attributes
Was this page helpful?