Fetch Historical Solana Token Transfers API
Pricing
Pay per usage
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
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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 interestsignature(query, optional) - Signature of the transactioncallingProgramAddress(query, optional) - The public key of the Calling programsenderAccountAddress(query, optional) - Sender’s token account addresssenderAddress(query, optional) - Sender’s public keyreceiverAccountAddress(query, optional) - Receiver’s token account addressreceiverAddress(query, optional) - Receiver’s public keyfeePayerAddress(query, optional) - Fee payer's public keyminAmount(query, optional) - Lower bound of the amount to filter withmaxAmount(query, optional) - Upper bound of the amount to filter withtimeStart(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 usedsortByDesc(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
- Base server from OpenAPI:
https://api.vybenetwork.xyz/ - Source spec file:
openapi_spec.json - Endpoint Docs: Fetch Solana Token Transfers History Docs
- Solana API Docs: https://docs.vybenetwork.com/