Fetch Historical Solana Trade Volume API
Pricing
Pay per usage
Fetch Historical Solana Trade Volume API
Under maintenanceSolana API endpoint for fetching token trade volume over time. Track buy and sell volumes or counts hourly or daily to analyze trading trends. Docs: https://docs.vybenetwork.com/reference/get_trade_aggregated_timeseries_v4
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Vybe Network
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Fetch Solana Trade Volume Timeseries
Solana API Summary
Fetch Solana Trade Volume Timeseries
Solana API Description
Solana API endpoint for fetching token trade volume over time. Track buy and sell volumes or counts hourly or daily to analyze trading trends.
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 Volume 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.unit(query, required) - Time bucket size — either 'HOUR' or 'DAY'. Determines the granularity of returned data points.timeStart(query, required) - Start of the time range (unix timestamp, seconds). Required.timeEnd(query, required) - End of the time range (unix timestamp, seconds). Required.projection(query, required) - The metric to aggregate per time bucket. One of: 'sellVolumeUsd', 'buyVolumeUsd', 'sellCount', 'buyCount'.
Responses
- 200: Array of timestamp + value pairs, one per time bucket. The value represents the selected projection (volume in USD or trade count).
- 400: Invalid parameters — check that
unitis 'HOUR' or 'DAY',projectionis one of 'sellVolumeUsd'/'buyVolumeUsd'/'sellCount'/'buyCount', andtimeStart<timeEnd. - 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 Trade Volume Timeseries Docs
- Solana API Docs: https://docs.vybenetwork.com/