Skip to main content
GET
/
v2
/
addresses
/
list
/
{hash}
/
balances
Get Balances for Address List
curl --request GET \
  --url https://api.range.org/v2/addresses/list/{hash}/balances \
  --header 'Authorization: Bearer <token>'
{
  "balances": [
    {
      "address": "cosmos1abc...",
      "network": "cosmoshub-4",
      "assets": [
        {
          "symbol": "uatom",
          "amount": 1000000,
          "usd": 12.5
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

hash
string
required

Response

Balances for each address in the list.

balances
object[]
required
Last modified on May 15, 2026