cURL
curl --request GET \ --url https://api.range.org/v1/address/balance \ --header 'Authorization: Bearer <token>'
{ "total": 123, "balances": [ { "denom": "<string>", "net_balance_change": 123, "date": "<string>", "total_received": 123, "total_sent": 123 } ] }
Returns a list of token balances of given address.
Documentation IndexFetch the complete documentation index at: https://docs.range.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
Network of Address
Address to search
Payments associated with a specific address. This includes both incoming and outgoing transactions.
Show child attributes
Was this page helpful?