Set per-symbol max leverage via the unified transaction endpoint
POST /order endpoint. Send a transaction with an updateUserSettings action in the actions array.
POST /order has this shape:
updateUserSettings object.
m)| Field | Type | Description |
|---|---|---|
m | object | Map of symbol -> max_leverage (e.g. {"BTC-USD": 5.0, "ETH-USD": 3.0}). |
1.0 and 50.0OrderResponse format as other actions. For update user settings, success returns an empty or applied status; settings are applied to the account.
BigInt(Date.now()) * 1_000_000nTransaction with a single updateUserSettings action
Must contain exactly one updateUserSettings action
Unique nonce (e.g. nanoseconds)
Account public key (base58)
Signer public key (base58)
Ed25519 signature (base58)