Skip to main content

Overview

The /ws/v1/realtime endpoint streams live asset prices. No authentication is required. Prices update approximately every second per symbol.

Available symbols

Subscribe

Send a subscribe message with the symbols you want to track:
You can subscribe to one or more symbols in a single message.

Events received

asset_price — A price tick for a subscribed symbol.

Unsubscribe

Each symbol has its own room. To unsubscribe from a specific symbol:

Full example