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 }
Get default margin mode for all symbols.
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
OK
Indicates whether the request was successful.
true
Show child attributes
Server timestamp in milliseconds.
1702989203989