cURL
curl --request GET \ --url https://api.orderly.org/v1/account_info \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "data": { "current_margin_ratio_with_orders": 1.2385, "free_collateral": 450315.09115, "initial_margin_ratio": 0.1, "initial_margin_ratio_with_orders": 0.1, "maintenance_margin_ratio": 0.05, "maintenance_margin_ratio_with_orders": 0.05, "margin_ratio": 1.2385, "open_margin_ratio": 1.2102, "total_collateral_value": 489865.71329, "account_value": 500000, "total_pnl_24h": 0 }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per user
GET /v1/account_info
Get account overview information.
OK
true
Show child attributes
1702989203989