Fetch Historical Solana Token Markets API
Pricing
Pay per usage
Fetch Historical Solana Token Markets API
Under maintenanceSolana API endpoint for fetching token trade activity across all markets over time. Supports daily, weekly, and monthly resolutions for volume analysis. Docs: https://docs.vybenetwork.com/reference/get_token_markets_timeseries_v4
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Vybe Network
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Fetch Solana Token Markets Timeseries
Solana API Summary
Fetch Solana Token Markets Timeseries
Solana API Description
Solana API endpoint for fetching token trade activity across all markets over time. Supports daily, weekly, and monthly resolutions for volume analysis.
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 Markets Timeseries 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(path, required) - The mint address of the token.marketId(query, optional) - Optional market address to restrict results to a single trading pair. If omitted, all markets for the token are returned.resolution(query, optional) - Time bucket size. Possible values: '1d' (daily), '7d' (weekly), '30d' (monthly). Defaults to '1d'.limit(query, optional) - Maximum number of data points to return. Defaults to 1000.page(query, optional) - Page number to return (zero-indexed). Defaults to 0.timeStart(query, optional) - Start of the time range (unix timestamp, seconds). Defaults to 24 hours ago.timeEnd(query, optional) - End of the time range (unix timestamp, seconds). Defaults to the current time.
Responses
- 200: Array of per-market data points with mint address, timestamp, and aggregated trade activity.
- 400: Invalid parameters — check that
resolutionis one of '1d', '7d', '30d', and thattimeStart<timeEndif provided. - 500: Unexpected server error. The response body includes an
idfield — provide this when contacting support.
Resources
- Base server from OpenAPI:
https://api.vybenetwork.xyz/ - Source spec file:
openapi_spec.json - Endpoint Docs: Fetch Solana Token Markets Timeseries Docs
- Solana API Docs: https://docs.vybenetwork.com/