Overview
The/ws/v1/realtime endpoint streams live asset prices. No authentication is required. Prices update approximately every second per symbol.
Available symbols
| Source | Symbols |
|---|---|
| Binance | BTCUSDT, ETHUSDT, SOLUSDT |
| TwelveData | XAUUSD, EURUSD, GBPUSD, USDNGN |
Subscribe
Send asubscribe message with the symbols you want to track:
Events received
asset_price — A price tick for a subscribed symbol.
| Field | Description |
|---|---|
data.symbol | The ticker symbol. |
data.price | Current price. |
data.timestamp | Source event time in milliseconds. |
timestamp | Server timestamp in milliseconds. |