Docs
搜索⌘ K
  • 主页
  • 关于 The Graph
  • 支持的网络
  • 协议合约
  • 子图
    • 子流
      • 代币 API
        • AI Suite
          • 索引
            • 资源
              代币 API > SVM Endpoints

              Transfers Events

              GET/transfers/svm

              Provides SVM transfer events.

              查询参数

              参数描述值
              network_id
              string

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

              • 默认值: solana
              • 可选值: solana
              必填
              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

                      • 可选值: TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb, TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
                      startTime
                      integer

                      UNIX timestamp in seconds.

                      • 最小值: -9007199254740991
                      • 最大值: 9007199254740991
                      endTime
                      integer

                      UNIX timestamp in seconds.

                      • 默认值: 9999999999
                      • 最小值: -9007199254740991
                      • 最大值: 9007199254740991
                      orderBy
                      string

                      The field by which to order the results.

                      • 默认值: timestamp
                      • 可选值: timestamp
                      timestamp
                      orderDirection
                      string

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

                      • 默认值: desc
                      • 可选值: asc, desc
                      desc
                      limit
                      integer

                      The maximum number of items returned in a single request.

                      • 默认值: 10
                      • 最小值: 1
                      • 最大值: 1000
                      page
                      integer

                      The page number of the results to return.

                      • 默认值: 1
                      • 最小值: 1
                      • 最大值: 767465558638

                      可能的反应

                      状态描述
                      200Successful Response
                      400Client side error
                      401Authentication failed
                      403Forbidden
                      404Not found
                      500Server side error
                      ⁠在GitHub上编辑⁠

                      BalancesSwap Events
                      测试此终点

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

                      1{2  "data": [3    {4      "block_num": 352372432,5      "datetime": "2025-07-10 12:32:03",6      "timestamp": 1752150723,7      "signature": "4t7ZD3Fd8i9md6CTF6SEoZ9aPkr1fhRpXXSK2DhrUe5Wcm9VFdJ9Sn4WvbhdQaetLkiq8Xm3r5YgU1ffSJaA6c2e",8      "program_id": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",9      "authority": "J5kWrUKVPrtjwMVQLNgUEC9RY9Ujh8pYTN3nqWUkg1zp",10      "mint": "So11111111111111111111111111111111111111112",11      "source": "G4sbSww72omqHsC6tYe4syFtzHyBieS6MjbRWmSn1mt5",12      "destination": "7ds7shXvLdNzihJXrjuoYYTr8bD5c2zwRxmZrrSZXgmM",13      "amount": 333993128,14      "decimals": 9,15      "value": 0.333993128,16      "network_id": "solana"17    }18  ]19}
                      The GraphStatusTestnetBrand AssetsForum安全Privacy PolicyTerms of Service