Fetch Solana Token OHLCV Candles API avatar

Fetch Solana Token OHLCV Candles API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Solana Token OHLCV Candles API

Fetch Solana Token OHLCV Candles API

Under maintenance

Solana API endpoint for fetching token candles OHLCV prices for any Token-2022 or SPL token on Solana. Multiple resolutions from 1-minute to 1-year. Docs: https://docs.vybenetwork.com/reference/get_token_trade_ohlc_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 OHLCV Candles

Solana API Summary

Fetch Solana Token OHLCV Candles

Solana API Description

Solana API endpoint for fetching token candles OHLCV prices for any Token-2022 or SPL token on Solana. Multiple resolutions from 1-minute to 1-year.

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 OHLCV Candles 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 public key of the token of interest
  • resolution (query, optional) - Resolution of the data. Possible values: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 3h, 4h, 1d, 1w, 1mo, 1y. Default is "1h".
  • timeStart (query, optional) - Start time of the data to return (unix timestamp)
  • timeEnd (query, optional) - End time of the data to return (unix timestamp)
  • limit (query, optional) - Result page size specifier. Default is 1000.
  • page (query, optional) - Page number for paginated results
  • eliminateCloseToOpenGaps (query, optional) - Eliminate gaps between candles by using previous close as next open. Default is true.

Responses

  • 200: Tokens info collected
  • 400: Invalid request
  • 500: Internal server error

Resources