Overview
TheonPriceUpdated subscription allows you to receive real-time price updates for a specific cryptocurrency symbol. Price data is streamed as it becomes available from the exchange.
Subscription
The cryptocurrency symbol to subscribe to (e.g., “BTCUSDT”, “ETHUSDT”)
Response
Returns a stream ofPrice objects with the following fields:
The cryptocurrency trading pair symbol
Opening price for the current time bucket
Highest price in the current time bucket
Lowest price in the current time bucket
Most recent closing price
Total trading volume for the time bucket
Timestamp for the price data bucket
Exchange information where the price data originated
Examples
Response Example
The subscription filters price updates server-side, only sending data for the requested symbol. This reduces bandwidth and improves performance.