Fetch OHLCV Candles from Markets API avatar

Fetch OHLCV Candles from Markets API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch OHLCV Candles from Markets API

Fetch OHLCV Candles from Markets API

Under maintenance

Solana API endpoint for fetching OHLCV candlestick data for a specific Solana market/pool. Returns clean price data from vetted DEX pools and markets. Docs: https://docs.vybenetwork.com/reference/get_market_filtered_ohlcv_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 OHLCV Candles from Markets

Solana API Summary

Fetch OHLCV Candles from Markets

Solana API Description

Solana API endpoint for fetching OHLCV candlestick data for a specific Solana market/pool. Returns clean price data from vetted DEX pools and markets.

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 OHLCV Candles from Markets 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

  • marketAddress (path, required) - The unique identifier assigned to a specific trading pair or market.
  • resolution (query, optional) - Resolution of the data. Possible values: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 3h, 4h, 1d, 1w, 1mo, 1y. Default is "1m".
  • timeStart (query, optional) - Start time of the data to return (unix timestamp)
  • timeEnd (query, optional) - End time of the data to return (unix timestamp)
  • page (query, optional) - Page selection, 0-indexed.
  • limit (query, optional) - Specifies the maximum number of candles to retrieve within a given resolution. Default is 1000.
  • eliminateCloseToOpenGaps (query, optional) - Eliminate gaps between candles by using previous close as next open. Default is true.

Responses

  • 200: Successful response
  • 400: Invalid request
  • 500: Internal server error

Resources