GET
/
v3
/
futures
/
defaultMarginMode
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>"
      }
    ]
  }
}

Limit 10 requests per 60 seconds

Headers

x-api-key
string
required
Example:

"abcdef123456"

x-api-signature
string
required
Example:

"signaturestring"

x-api-timestamp
string
required
Example:

"1718943200000"

Query Parameters

symbol
string

Response

200 - application/json

The response is of type object.