Fetch Pyth Solana Price Candles API avatar

Fetch Pyth Solana Price Candles API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Pyth Solana Price Candles API

Fetch Pyth Solana Price Candles API

Under maintenance

Solana API endpoint for fetching historical OHLC data from Pyth oracle price feeds. Get open, high, low, close prices for any Pyth price feed account. Docs: https://docs.vybenetwork.com/reference/get_pyth_price_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

2 days ago

Last modified

Share

Fetch Pyth Solana Price Candles

Solana API Summary

Fetch Pyth Solana Price Candles

Solana API Description

Solana API endpoint for fetching historical OHLC data from Pyth oracle price feeds. Get open, high, low, close prices for any Pyth price feed account.

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 Pyth Solana Price 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

  • priceFeedAddress (path, required) - The public key identifying the Pyth price feed account
  • resolution (query, optional) - Resolution of the data. Possible values: 1h, 1d, 1w, 1m, 1y, or a string parseable to seconds
  • 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) - Limit of the number of records to return
  • page (query, optional) - Pagination offset
  • eliminateCloseToOpenGaps (query, optional) - Eliminate gaps between candles by using previous close as next open. Default is true.

Responses

  • 200: Pyth ohlc data
  • 400: Invalid request
  • 404: Product not found
  • 500: Internal server error

Resources