{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"balance": 123,
"equity": 123,
"free_margin": 123,
"margin": 123,
"position_count": 123,
"profit": 123
}Periodic account health snapshot with balance, equity, margin, and position count.
Channel name: heartbeat
Required: account_id
Default interval: 5000ms
{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"balance": 123,
"equity": 123,
"free_margin": 123,
"margin": 123,
"position_count": 123,
"profit": 123
}API key passed as query parameter: wss://api.easierprop.com/ws?apiKey=sk_your_key
Subscribe to a channel
Periodic account health snapshot