Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于用户进行合约杠杆调整
POST https://cloud-api.wooxpro.com/contract/private/submit-leverage
请求
curl -H 'X-API-KEY:{{AccessKey}}' -H 'X-API-TIMESTAMP:{{currentTime}}' -H 'X-API-SIGN:{{SIGN}}' -X POST -d '{ "symbol":"ETHUSDT", "leverage":"5", "open_type":"isolated" }' https://cloud-api.wooxpro.com/contract/private/submit-leverage
cross
isolated
响应
{ "code": 1000, "message": "Ok", "data": { "symbol":"ETHUSDT", "leverage":"5", "open_type":"isolated", "max_value":"100" }, "trace": "13f7fda9-9543-4e11-a0ba-cbe117989988" }