The OHLCV Tokens stream provides real-time updates on the Open, High, Low, Close prices and Volume of one or many tokens at configurable intervals. This documentation follows our standard streaming API structure. TheDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
token_addresses input is limited to a maximum of 5 addresses per subscription.
Credit Cost
1 per minute
Supported Chains
BASE_MAINNETBSC_MAINNETETH_MAINNETHYPERCORE_MAINNETHYPEREVM_MAINNETMEGAETH_MAINNETMONAD_MAINNETPOLYGON_MAINNETSOLANA_MAINNET
Supported Token Price Feeds
In addition to DEX-sourced prices, this stream supports institutional-grade price feeds from the following providers:| Provider | Description |
|---|---|
| Redstone Bolt | Ultra-low-latency CEX price feeds updated every 2.4 ms (~400 updates/sec). Bolt nodes are co-located with chain sequencer infrastructure and aggregate prices from Binance, Coinbase, OKX, Bitget, and Kraken. |
token_addresses array with chain_name set to the feed’s chain name.
| Feed Name | Asset | Chain Name |
|---|---|---|
REDSTONE-BTC | Bitcoin | MEGAETH_MAINNET |
REDSTONE-ETH | Ethereum | MEGAETH_MAINNET |
REDSTONE-SOL | Solana | MEGAETH_MAINNET |
REDSTONE-BNB | BNB | MEGAETH_MAINNET |
REDSTONE-XRP | XRP | MEGAETH_MAINNET |
REDSTONE-ADA | Cardano | MEGAETH_MAINNET |
REDSTONE-DOGE | Dogecoin | MEGAETH_MAINNET |
REDSTONE-USDT | Tether | MEGAETH_MAINNET |
REDSTONE-USDC | USD Coin | MEGAETH_MAINNET |
Parameters
Array of token addresses on supported DEXes and chains to track
Time interval between each OHLCV candleType:
OhlcvTimeIntervalHow far back to fetch historical OHLCV dataType:
OhlcvTimeFrameMaximum number of items returned per stream message to control payload size
Subscription
You can subscribe to theohlcvCandlesForToken endpoint to receive the pricing events.
Response Format
Here’s an example of the response data structure:Field Descriptions
The address of the primary DEX pool with the most liquidity for the token
Information about the queried tokenType:
TokenContractMetadataTrading volume during the interval
The requested timeframeType:
OhlcvTimeFrameHighest price during the interval
Exchange rate between base and quote tokens
Lowest price during the interval
USD value of the quote rate
Information about the paired token of the primary DEX poolType:
TokenContractMetadataThe candle intervalType:
OhlcvTimeIntervalUnique identifier for this candle
Trading volume in USD
Closing price for the interval
Opening price for the interval
Candle timestamp (ISO-8601)