Fetch Historical Solana Token Markets API avatar

Fetch Historical Solana Token Markets API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Historical Solana Token Markets API

Fetch Historical Solana Token Markets API

Under maintenance

Solana 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

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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 resolution is one of '1d', '7d', '30d', and that timeStart < timeEnd if provided.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources