cURL
curl --request GET \ --url https://api.orderly.org/v1/client/margin_modes \ --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": { "rows": [ { "symbol": "PERP_BTC_USDC", "default_margin_mode": "CROSS" } ] }, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per user
GET /v1/client/margin_modes
Get default margin mode for all symbols.
OK
true
Show child attributes
1702989203989