Price Updates
Websocket API Documentation
AggregateOHLCV Event
The AggregateOHLCV
event is emitted every 10 minutes, providing aggregated data for preconfigured currency pairs. The interval could be configured in the System Config
Example Payload:
Note: null
values indicate no data available for the specified period.
${exchange}-${pair}-Trade Event
This event emits Trade data for a specified exchange and currency pair as soon as it is collected.
Example Payload for binance-BTC/USDT-Trade:
Note: \${exchange}
value should be exchange id, not name. Refer to the ./config
folder to find respective ids for names.
${exchange}-${pair}-Ticker Event
This event provides Ticker data for a specified exchange and currency pair as soon as it is collected.
Example Payload for binance-BTC/USDT-Ticker:
Note: \${exchange}
value should be exchange id, not name. Refer to the ./config
folder to find respective ids for names.
${exchange}-${pair}-OrderBook Event
This event provides OrderBook data for a specified exchange and currency pair as soon as it is collected.
Example Payload for binance-BTC/USDT-OrderBook:
Note: \${exchange}
value should be exchange id, not name. Refer to the ./config
folder to find respective ids for names.
${exchange}-${pair}-CandleStick Event
This event provides CandleStick data for a specified exchange and currency pair as soon as it is collected.
Example Payload for binance-BTC/USDT-CandleStick:
Note: \${exchange}
value should be exchange id, not name. Refer to the ./config
folder to find respective ids for names.
Last updated