{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"ask": 123,
"bid": 123,
"last": 123,
"symbol": "<string>",
"time": "<string>",
"volume": 123
}
}Real-time bid/ask ticks for subscribed symbols. Updates at the configured interval.
Quote data is wrapped in a data field containing the upstream quote object.
Channel name: quotes
Required: symbols array, account_id
Default interval: 500ms
{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"ask": 123,
"bid": 123,
"last": 123,
"symbol": "<string>",
"time": "<string>",
"volume": 123
}
}API key passed as query parameter: wss://api.easierprop.com/ws?apiKey=sk_your_key
Subscribe to a channel
Real-time bid/ask update (data wrapper contains the upstream quote object)