Fired at the start and end of each price candle for tracked crypto assets (BTC, ETH, SOL, XRP, DOGE, BNB, HYPE). Payload includes update_type ("open" or "close") indicating whether the candle is opening or closing. Use asset_symbols to restrict to specific assets. Use timeframes to restrict to specific candle sizes — valid values: "5m", "15m", "1h", "4h", "1d", "24h".
Payload delivered twice per candle — once on open and once on close. close_price is 0.0 on the "open" update.
Asset symbol
BTC, ETH, SOL, XRP, DOGE, BNB, HYPE Candle / window size
5m, 15m, 1h, 4h, 1d, 24h Window start timestamp (milliseconds since Unix epoch)
Window end timestamp (milliseconds since Unix epoch)
Opening price at start_time (USD)
Closing price at end_time (USD). 0.0 when update_type is "open" (not yet available).
"open" when the candle opens, "close" when it closes with a confirmed price
open, close Webhook delivery acknowledged