cURL
curl --request GET \ --url https://api.range.org/v1/address/balances \ --header 'X-API-KEY: <api-key>'
{ "total": 123, "balances": [ { "denom": "<string>", "net_balance_change": 123, "date": "<string>", "total_received": 123, "total_sent": 123 } ] }
Returns a list of balance changes associated with the specified address.
Authorization method required to allow user to access the api endpoints.
Network of Address
Address to search
"address" mode or "entity" mode
Payments associated with a specific address. This includes both incoming and outgoing transactions.
Show child attributes