cURL
curl --request GET \ --url https://api.woox.io/v3/futures/defaultMarginMode \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-signature: <x-api-signature>' \ --header 'x-api-timestamp: <x-api-timestamp>'
{ "success": true, "timestamp": 123, "data": { "rows": [ { "symbol": 123, "defaultMarginMode": "<string>" } ] } }
get account level default margin mode
"abcdef123456"
"signaturestring"
"1718943200000"
The response is of type object.
object