Update Leverage
Update leverage for an instrument. Requires proxy signature, see proxy signing.
patch/v1/trade/leverage
Request body
Example request
{
"op": {
"args": {
"iid": 1,
"lev": 10
}
},
"sig": "0x1234567890...",
"salt": 1234567890,
"ts": 1767225600000
}Response
The instrument's effective leverage configuration after the update.
Example response
{
"instrument_id": 1,
"leverage": 10
}