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 Transfers

                  GET/v1/evm/transfers/native

                  Returns Native transfers with transaction and block data.

                  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
                  transaction_id
                  string

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

                    from_address
                    string

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

                      to_address
                      string

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

                        start_time
                        string

                        UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).

                        • Default value: 2015-01-01
                        end_time
                        string

                        UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).

                        • Default value: 2050-01-01
                        start_block
                        integer

                        Filter by block number

                        • Minimum value: 0
                        • Maximum value: 9007199254740991
                        end_block
                        integer

                        Filter by block number

                        • Default value: 9999999999
                        • Minimum value: 0
                        • Maximum value: 9007199254740991
                        limit
                        integer

                        Number of items* returned in a single request.
                        *Plan restricted.

                        • Default value: 10
                        • Minimum value: 1
                        • Maximum value: 1000
                        page
                        integer

                        Page number to fetch.
                        Empty data array signifies end of results.

                        • Default value: 1
                        • Minimum value: 1
                        • Maximum value: 767465558638

                        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 MetadataNative Holders
                        Test this endpoint

                        1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/evm/transfers/native?network=mainnet&transaction_id=0x96b1b180d22dae2b18a783ebdd5ae33f6867f3572f87c69a135c6c0a15a63c8e&from_address=0xd8da6bf26964af9d7eed9e03e53415d37aa96045&to_address=0xdadb0d80178819f2319190d340ce9a924f783711&start_time=2015-01-01&end_time=2050-01-01&start_block=0&end_block=9999999999&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                        1{2  "data": [3    {4      "block_num": 24280071,5      "datetime": "2026-01-21 02:07:35",6      "timestamp": 1768961255,7      "transaction_id": "0x73d346e1d286b893a3a0bb6b022845dc84cded73757b9ad89ae2c958fe266edf",8      "transaction_index": 251,9      "call_index": 3,10      "type": "call",11      "from": "0xd2b37ade14708bf18904047b1e31f8166d39612b",12      "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",13      "name": "Ethereum",14      "symbol": "ETH",15      "decimals": 18,16      "amount": "25000000000000",17      "value": 0.000025,18      "network": "mainnet"19    }20  ]21}
                        The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service