Token - Transfer Total

Retrieve the total number of transfers for a specified token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Cheap transfer-count summary for one Solana token.

  • Solana transfer data is available from epoch 257 (2021-11-12).
  • Use the same token and transfer filters as the transfer-list endpoint when you only need aggregate counts.
  • This endpoint returns totals, not the underlying transfer rows.
Compute Unit ⚙️
  • This endpoint consumes 1 CU per request.
Use Cases 💡
  • Count token transfers before loading a heavier transfer list.
  • Show transfer activity totals in dashboards, badges, or quick summaries.
  • Prefilter tokens with unusual transfer intensity before deeper analysis.
How to Use 🛠️
  • Set x-chain=solana.
  • Send the token mint and any transfer filters in the POST body.
  • Use the returned count to decide whether you need the full transfer list.
Best Practices ✅
  • Use this endpoint as a cheap preflight before paginating transfer rows.
  • Keep the filter set identical to the transfer-list call if you plan to compare count and rows.
Limitations ⚠️
  • Solana only.
  • Historical coverage starts from epoch 257 (2021-11-12).
  • Returns totals only, not transfer row details.

Body Params
string
required

Address of the token to retrieve transfers for.

number

Start of the transfer time range as a Unix timestamp.

number

End of the transfer time range as a Unix timestamp.

number

Minimum token amount to include.

number

Maximum token amount to include.

number

Minimum transfer value in USD to include.

number

Maximum transfer value in USD to include.

string

Address of the sender wallet.

string

Address of the recipient wallet.

Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json