Fetch Historical Solana Token Transfers API avatar

Fetch Historical Solana Token Transfers API

Pricing

Pay per usage

Go to Apify Store
Fetch Historical Solana Token Transfers API

Fetch Historical Solana Token Transfers API

Solana API endpoint for fetching historical Token-2022 and SPL transfers by mint, sender, receiver, amount, and time range for analytics and whale tracking. Docs: https://docs.vybenetwork.com/reference/get_token_transfers_v4

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vybe Network

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch Solana Token Transfers History

Solana API Summary

Fetch Solana Token Transfers History

Solana API Description

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

This Solana API actor is designed for search visibility and developer onboarding, with practical endpoint context, strong keyword coverage, and direct doc links for implementation.

Explore docs here: Fetch Solana Token Transfers History Docs and Solana API Docs.

Solana API Usage

Use this endpoint for Solana analytics, token and market intelligence, wallet behavior analysis, and trading automation. The actor follows the official Vybe OpenAPI contract for consistent and accurate integrations.

Parameters

  • mintAddress (query, optional) - The public key of the token of interest
  • signature (query, optional) - Signature of the transaction
  • callingProgramAddress (query, optional) - The public key of the Calling program
  • senderAccountAddress (query, optional) - Sender’s token account address
  • senderAddress (query, optional) - Sender’s public key
  • receiverAccountAddress (query, optional) - Receiver’s token account address
  • receiverAddress (query, optional) - Receiver’s public key
  • feePayerAddress (query, optional) - Fee payer's public key
  • minAmount (query, optional) - Lower bound of the amount to filter with
  • maxAmount (query, optional) - Upper bound of the amount to filter with
  • timeStart (query, optional) - Start time of the data to return (unix timestamp)
  • timeEnd (query, optional) - End time of the data to return (unix timestamp)
  • page (query, optional) - Page selection, 0-indexed.
  • limit (query, optional) - Limit of the number of transfers to return per page. Default/max is 1000.
  • sortByAsc (query, optional) - Sort ascending by 'amount', 'slot', or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used
  • sortByDesc (query, optional) - Sort descending by 'amount', 'slot', or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used

Responses

  • 200: Tokens info collected
  • 400: Invalid request
  • 500: Internal server error

Resources