Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

Use this file to discover all available pages before exploring further.

Submit Leverage (SIGNED)

Applicable for adjust contract leverage `

Request URL

POST https://cloud-api.wooxpro.com/contract/private/submit-leverage

Request Limit

See Detailed Rate Limit

Request Parameter

Request
curl 
 -H 'X-BM-KEY:{{AccessKey}}'
 -H 'X-BM-TIMESTAMP:{{currentTime}}'
 -H 'X-BM-SIGN:{{SIGN}}' 
 -X POST -d '{
  "symbol":"ETHUSDT",
  "leverage":"5",
  "open_type":"isolated"
}'
https://cloud-api.wooxpro.com/contract/private/submit-leverage
FieldTypeRequired?Description
symbolStringYesSymbol of the contract(like BTCUSDT)
leverageStringNoOrder leverage
open_typeStringYesOpen type, required at close position
-cross
-isolated

Response Data

Response
{
  "code": 1000,
  "message": "Ok",
  "data": {
    "symbol":"ETHUSDT",
    "leverage":"5",
    "open_type":"isolated",
    "max_value":"100"
  },
  "trace": "13f7fda9-9543-4e11-a0ba-cbe117989988"
}
FieldTypeDescription
symbolStringSymbol of the contract(like BTCUSDT)
leverageStringOrder leverage
open_typeStringOpen type, required at close position
-cross
-isolated
max_valueStringMaximum leverage