POST
/
fapi
/
v1
/
edit_lever
curl --request POST \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/edit_lever \
  --header 'Content-Type: application/json' \
  --header 'x-ch-apikey: <x-ch-apikey>' \
  --header 'x-ch-sign: <x-ch-sign>' \
  --header 'x-ch-ts: <x-ch-ts>' \
  --data '{
  "contract_name": "<string>",
  "now_level": 123
}'
{
  "code": "<string>",
  "msg": "<string>",
  "data": null
}

Headers

x-ch-sign
string
required

Request signature.

x-ch-apikey
string
required

The user's API key.

x-ch-ts
string
required

The current time in milliseconds.

Body

application/json
contract_name
string
required
now_level
integer
required

Response

200
application/json
Successful Response
code
string
required
msg
string
required
data
null
required