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
              • Resources
                Token API > SVM Endpoints

                Transfer Events

                GET/transfers/svm

                Provides SVM transfer events.

                Paramètres de requête

                ParameterDescriptionValue
                network_id
                string

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

                • Default value: solana
                • Accepted values: solana
                Required
                solana
                mint
                string

                Filter by mint address

                  source
                  string

                  Filter by token account address

                    destination
                    string

                    Filter by token account address

                      authority
                      string

                      Filter by authority token account address

                        program_id
                        string

                        Filter by program ID

                        • Accepted values: TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb, TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
                        startTime
                        integer

                        UNIX timestamp in seconds.

                        • Default value: 1735689600
                        • Minimum value: -9007199254740991
                        • Maximum value: 9007199254740991
                        endTime
                        integer

                        UNIX timestamp in seconds.

                        • Default value: 9999999999
                        • Minimum value: -9007199254740991
                        • Maximum value: 9007199254740991
                        orderBy
                        string

                        The field by which to order the results.

                        • Default value: timestamp
                        • Accepted values: timestamp
                        timestamp
                        orderDirection
                        string

                        The order in which to return the results: Ascending (asc) or Descending (desc).

                        • Default value: desc
                        • Accepted values: asc, desc
                        desc
                        limit
                        integer

                        The maximum number of items returned in a single request.

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

                        The page number of the results to return.

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

                        Potential Responses

                        StatusDescription
                        200Successful Response
                        400Client side error
                        401Authentication failed
                        403Forbidden
                        404Not found
                        500Server side error
                        ⁠Edit on GitHub⁠

                        Solana Account Owner LookupSwap Events
                        Test this endpoint

                        1curl --request GET \2  --url 'https://token-api.thegraph.com/transfers/svm?network_id=solana&startTime=1735689600&endTime=9999999999&orderBy=timestamp&orderDirection=desc&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                        1{2  "data": [3    {4      "block_num": 357525780,5      "datetime": "2025-08-03 04:39:21",6      "timestamp": 1754195961,7      "signature": "BxkksmejT6seHWtRC8aieMUgxpHwoYmdv9GmjeCKuLbL1xxWBSSXqrWQybfRMmKR6ZFc61kuGQzftBCwEKByiVK",8      "program_id": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",9      "mint": "pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",10      "authority": "5YPxToTobawvkbn5rkWKYDhZqHf5v6LAtRLNPGiq6U2A",11      "source": "BEyX6Nwqj1wQqSJWEHK5ezKtNxatyrgGu1tbCLnLpNQt",12      "destination": "64nnJ2CBUZ3VasttjVhxbQXqzbjAxnj4VT4vBrrveNV",13      "amount": 1520033500,14      "value": 1520.0335,15      "decimals": 6,16      "name": "Pump",17      "symbol": "PUMP",18      "uri": "https://ipfs.io/ipfs/bafkreibcglldkfdekdkxgumlveoe6qv3pbiceypkwtli33clbzul7leo4m",19      "network_id": "solana"20    }21  ]22}
                        The GraphStatusTestnetActifs de la MarqueForumSécuritéPolitique de confidentialitéConditions d'utilisation