Docs
Search⌘ K
  • Home
  • About The Graph
  • Supported Networks
  • Protocol Contracts
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > EVM Token Endpoints (Native)

                  Native Balances

                  GET/v1/evm/balances/native

                  Returns EVM native balances for wallet addresses.

                  Query Parameters

                  ParameterDescriptionValue
                  network
                  string

                  The Graph Network ID for EVM networks https://thegraph.com/networks

                  • Accepted values: arbitrum-one, avalanche, base, bsc, mainnet, optimism, polygon, unichain
                  Required
                  mainnet
                  address
                  string

                  Filter by address
                  Single value or array of values* (separate multiple values with ,)
                  *Plan restricted.

                    Required

                    Potential Responses

                    StatusDescription
                    200

                    Successful Response

                    400

                    Client side error

                    401

                    Authentication failed

                    403

                    Forbidden

                    404

                    Not found

                    500

                    Server side error

                    ⁠Edit on GitHub⁠

                    Native HoldersHistorical Native Balances
                    Test this endpoint

                    1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/evm/balances/native?network=mainnet&address=0xd8da6bf26964af9d7eed9e03e53415d37aa96045' \3  --header 'Authorization: Bearer {token}'

                    1{2  "data": [3    {4      "last_update": "2026-01-22 11:00:11",5      "last_update_block_num": 24289888,6      "last_update_timestamp": 1769079611,7      "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",8      "amount": "32112523848657725248",9      "value": 32.11252384865772,10      "name": "Ethereum",11      "symbol": "ETH",12      "decimals": 18,13      "network": "mainnet"14    }15  ]16}
                    The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service