Fetch Historical Solana Trade Volume API avatar

Fetch Historical Solana Trade Volume API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Historical Solana Trade Volume API

Fetch Historical Solana Trade Volume API

Under maintenance

Solana 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

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 unit is 'HOUR' or 'DAY', projection is one of 'sellVolumeUsd'/'buyVolumeUsd'/'sellCount'/'buyCount', and timeStart < timeEnd.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources