PRICE_TICKS
WebSocket channel provides clients with real-time price updates for specified market(s). This channel streams individual price tick events as they occur, offering granular insights into the latest trades and price movements. Each tick represents a single trade execution, including details such as price, quantity, and nanosecond timestamp.80
price ticks.{
"type": "SUBSCRIBE",
"channels": [
{
"name": "PRICE_TICKS",
"instrument_codes": [
"BTC_EUR",
"ETH_EUR"
]
}
]
}
{
"type": "SUBSCRIPTIONS",
"channels": [
{
"name": "PRICE_TICKS",
"instrument_codes": [
"BTC_EUR",
"ETH_EUR"
]
}
],
"time": 1732051274299000000
}