Transfer History

Solana API endpoint for fetching historical Token-2022 and SPL transfers by mint, sender, receiver, amount, and time range for analytics and whale tracking.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string | null

The public key of the token of interest

string | null

Signature of the transaction

string | null

The public key of the Calling program

string | null

Sender’s token account address

string | null

Sender’s public key

string | null

Receiver’s token account address

string | null

Receiver’s public key

string | null

Fee payer's public key

int64 | null
≥ 0

Lower bound of the amount to filter with

int64 | null
≥ 0

Upper bound of the amount to filter with

int64 | null
≥ 0

Start time of the data to return (unix timestamp)

int64 | null
≥ 0

End time of the data to return (unix timestamp)

int32 | null
≥ 0

Page selection, 0-indexed.

int32 | null
≥ 0

Limit of the number of transfers to return per page. Default/max is 1000.

string | null

Sort ascending by 'amount', 'slot', or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used

string | null

Sort descending by 'amount', 'slot', or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used

Responses

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