Skip to main content
POST
Token - Transfer Total

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.
  • This endpoint consumes 1 CU per request.
  • 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.
  • 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.
  • 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.
  • Solana only.
  • Historical coverage starts from epoch 257 (2021-11-12).
  • Returns totals only, not transfer row details.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana network only.

Available options:
solana

Body

application/json
token_address
string
required

Address of the token to retrieve transfers for.

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

time_from
number

Start of the transfer time range as a Unix timestamp.

Example:

1727788070

time_to
number

End of the transfer time range as a Unix timestamp.

Example:

1727788076

from_amount
number

Minimum token amount to include.

Example:

10.01

to_amount
number

Maximum token amount to include.

Example:

10.001

from_value
number

Minimum transfer value in USD to include.

Example:

1.001

to_value
number

Maximum transfer value in USD to include.

Example:

10000

from_wallet
string

Address of the sender wallet.

Example:

"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"

to_wallet
string

Address of the recipient wallet.

Example:

"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"

Response

JSON object containing a total transfer

success
boolean
required

Whether the request succeeded.

data
object
required