Docs
Sök⌘ K
  • Home
  • Om The Graph
  • Nätverk som stöds
  • Protocol Contracts
  • Subgrafer
    • Underströmmar
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > TVM Token Endpoints

                  Token Metadata

                  GET/v1/tvm/tokens

                  Provides TVM token contract metadata.

                  Query Parameters

                  ParameterBeskrivningValue
                  network
                  string

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

                  • Accepted values: tron
                  Required
                  tron
                  contract
                  string

                  Filter by contract address

                    Required
                    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

                    StatusBeskrivning
                    200

                    Successful Response

                    400

                    Client side error

                    401

                    Authentication failed

                    403

                    Forbidden

                    404

                    Not found

                    500

                    Server side error

                    ⁠Edit on GitHub⁠

                    Swap EventsNative Transfers
                    Test this endpoint

                    1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/tvm/tokens?network=tron&contract=TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                    1{2  "data": [3    {4      "last_update": "2025-11-05 14:57:51",5      "last_update_block_num": 77231165,6      "last_update_timestamp": 1762354671,7      "contract": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",8      "decimals": 6,9      "name": "Tether USD",10      "symbol": "USDT",11      "network": "tron"12    }13  ]14}
                    The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service