{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"balance": 123,
"equity": 123,
"profit": 123,
"margin": 123,
"freeMargin": 123
}
}Live equity, profit, margin, and balance updates.
Profit data is wrapped in a data field.
Channel name: profit
Required: account_id
Default interval: 1000ms
{
"type": "subscribe",
"channel": "quotes",
"account_id": "70f60784-20f1-45ba-9a04-8e01c0b810c3",
"symbols": [
"EURUSD",
"GBPUSD"
],
"interval_ms": 500
}{
"type": "<string>",
"account_id": "<string>",
"data": {
"balance": 123,
"equity": 123,
"profit": 123,
"margin": 123,
"freeMargin": 123
}
}API key passed as query parameter: wss://api.easierprop.com/ws?apiKey=sk_your_key
Subscribe to a channel
Live equity and P&L (data wrapper)