{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"ticket": 123,
"symbol": "<string>",
"orderType": "<string>",
"lots": 123,
"openPrice": 123,
"profit": 123,
"swap": 123,
"commission": 123
}
}Real-time order events — new fills, modifications, and closures.
Order data is wrapped in a data field containing the full order object.
Channel name: orders
Required: account_id
{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"ticket": 123,
"symbol": "<string>",
"orderType": "<string>",
"lots": 123,
"openPrice": 123,
"profit": 123,
"swap": 123,
"commission": 123
}
}API key passed as query parameter: wss://api.easierprop.com/ws?apiKey=sk_your_key
Subscribe to a channel
Order opened, modified, or closed (data wrapper contains the full order object)