Fetch Solana Trade History by Program API
Pricing
Pay per usage
Fetch Solana Trade History by Program API
Solana API endpoint for fetching trade history, volume, and metrics for any supported Solana AMM or DEX program, filtered by program. Docs: https://docs.vybenetwork.com/reference/get_trade_data_program_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
a day ago
Last modified
Categories
Share
Fetch Solana Trade History by Program
Solana API Summary
Fetch Solana Trade History by Program
Solana API Description
Solana API endpoint for fetching trade history, volume, and metrics for any supported Solana AMM or DEX program, filtered by program.
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 Trade History by Program 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
programAddress(query, optional) - The program on which the trade occurredbaseMintAddress(query, optional) - The public key of the base tokenquoteMintAddress(query, optional) - The public key of the quote tokenmintAddress(query, optional) - The public key of either the base or quote tokenmarketAddress(query, optional) - Market id to filter with. If provided, the baseMintAddress and quoteMintAddress fields are ignoredauthorityAddress(query, optional) - Authority public key to filter withresolution(query, optional) - Resolution of the data. Possible values: 1h, 1d, 1w, 1m, 1y, or a string parseable to secondstimeStart(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 trades to return per page. Default/max is 1000.sortByAsc(query, optional) - Sort ascending by 'price' or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be usedsortByDesc(query, optional) - Sort descending by 'price' or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be usedfeePayerAddress(query, optional) - The public key of the entity that pays for the trade, often used for retrieving trades associated with a specific trading account.
Responses
- 200: Successful response
- 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 Trade History by Program Docs
- Solana API Docs: https://docs.vybenetwork.com/