Trading (Signed)
Update per-symbol max leverage
Submit a signed transaction with a single updateUserSettings action. Sets maximum leverage per symbol (1.0–50.0). See Transaction Signing for signing details.
post/order
Request body
Example request
{
"actions": [
{
"updateUserSettings": {
"m": {
"BTC-USD": 5,
"ETH-USD": 3
}
}
}
]
}Response
Settings applied