Introduction
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.Subscribe
{
"type": "SUBSCRIBE",
"channels": [
{
"name": "PRICE_TICKS",
"instrument_codes": [
"BTC_EUR",
"ETH_EUR"
]
}
]
}
Subscription Confirmation
{
"type": "SUBSCRIPTIONS",
"channels": [
{
"name": "PRICE_TICKS",
"instrument_codes": [
"BTC_EUR",
"ETH_EUR"
]
}
],
"time": 1732051274299000000
}
SubscriptionConfirmation
type
enum<string>
required
Allowed value:
SUBSCRIPTIONS
channels
array [object {2}]
required
name
string
required
instrument_codes
array[string]
optional
time
number
required