Docs
La Recherche⌘ K
  • Accueil
  • À propos de The Graph
  • Réseaux pris en charge
  • Contrats du Protocole
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > SVM Token Endpoints

                  Token Transfers

                  GET/v1/svm/transfers

                  Returns SPL token transfers with program, authority, and account information.

                  Paramètres de requête

                  ParameterDescriptionValue
                  network
                  string

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

                  • Accepted values: solana
                  Required
                  solana
                  signature
                  string

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

                    source
                    string

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

                      destination
                      string

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

                        authority
                        string

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

                          mint
                          string

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

                            program_id
                            string

                            Filter by SPL token program ID

                            • Accepted values: 11111111111111111111111111111111, TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb, TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
                            start_time
                            string

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

                            • Default value: 2020-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⁠

                            Token MetadataSupported DEXs
                            Test this endpoint

                            1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/svm/transfers?network=solana&signature=2Y3YJMa7Gx96ZprnWxSQHiahGdbiNFwF1DdT4ZWGf8cwJnv4fRTcFg9Z5THuAHhja66fi6Jd8fLngtH1d8qSNj3H&source=5UZfa66rzeDpD9wKs3Sn3iewmavxYvpAtiF2Lqd2n1wW&destination=64nnJ2CBUZ3VasttjVhxbQXqzbjAxnj4VT4vBrrveNV&authority=GXYBNgyYKbSLr938VJCpmGLCUaAHWsncTi7jDoQSdFR9&mint=pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn&start_time=2020-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": 372132067,5      "datetime": "2025-10-09 02:10:01",6      "timestamp": 1759975801,7      "signature": "2Y3YJMa7Gx96ZprnWxSQHiahGdbiNFwF1DdT4ZWGf8cwJnv4fRTcFg9Z5THuAHhja66fi6Jd8fLngtH1d8qSNj3H",8      "transaction_index": 65,9      "instruction_index": 0,10      "program_id": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",11      "mint": "pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",12      "authority": "GXYBNgyYKbSLr938VJCpmGLCUaAHWsncTi7jDoQSdFR9",13      "source": "5UZfa66rzeDpD9wKs3Sn3iewmavxYvpAtiF2Lqd2n1wW",14      "destination": "64nnJ2CBUZ3VasttjVhxbQXqzbjAxnj4VT4vBrrveNV",15      "amount": "835996345",16      "value": 835.996345,17      "decimals": 6,18      "name": "Pump",19      "symbol": "PUMP",20      "uri": "https://ipfs.io/ipfs/bafkreibcglldkfdekdkxgumlveoe6qv3pbiceypkwtli33clbzul7leo4m",21      "network": "solana"22    }23  ]24}
                            The GraphStatusTestnetActifs de la MarqueForumSécuritéPolitique de confidentialitéConditions d'utilisation