curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/risk \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"balance": 10000,
"equity": 10142.5,
"margin_used": 500,
"margin_free": 9642.5,
"margin_level_pct": 2028.5,
"floating_pl": 142.5,
"drawdown_from_balance": -142.5,
"drawdown_pct": 1.42,
"exposure": [
{
"symbol": "EURUSD",
"side": "buy",
"lots": 0.01,
"profit": 3.2,
"positions": 1
}
],
"total_lots": 0.03,
"position_count": 3
}
}Returns real-time risk metrics including drawdown, margin usage, per-symbol exposure breakdown, and floating P&L.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/risk \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"balance": 10000,
"equity": 10142.5,
"margin_used": 500,
"margin_free": 9642.5,
"margin_level_pct": 2028.5,
"floating_pl": 142.5,
"drawdown_from_balance": -142.5,
"drawdown_pct": 1.42,
"exposure": [
{
"symbol": "EURUSD",
"side": "buy",
"lots": 0.01,
"profit": 3.2,
"positions": 1
}
],
"total_lots": 0.03,
"position_count": 3
}
}