Event:
Cost: 0.1 credits per delivery
asset_price_window_update Cost: 0.1 credits per delivery
When to use this
- Build live OHLC candles for specific assets and timeframes.
- React the moment a candle opens or closes to update charts or indicators.
- Feed windowed price data into trading signals or backtests.
Subscription filters
Add these to thefilters object when you create the subscription.
| Filter | Type | Description |
|---|---|---|
asset_symbols | string[] | Restrict to crypto assets: BTC, ETH, SOL, XRP, DOGE, BNB, HYPE. |
timeframes | string[] | One or more candle sizes: 5m, 15m, 1h, 4h, 1d, 24h. |
Example
Notes
- This event fires twice per candle — once when the window opens and once when it closes — so expect two deliveries per candle for each subscribed timeframe.