HTTP endpoints
Get max leverage
Get the maximum leverage setting for an account/instrument pair.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Account address (hex-encoded, 0x...). |
| instrumentId | yes | string (decimal) | Instrument id (hex string, 0x...). |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
maxLeverageSetting | yes | integer (int64) | Maximum leverage setting for the account/instrument pair. |
Response example
A sample 200 response body is attached to this operation as an OpenAPI example — see the Example panel on this page.
GET
Get max leverage
Path Parameters
Account address (hex-encoded, 0x...).
Instrument id (hex string, 0x...).
An instrument identifier (8-byte hash).
Example:
"42"
Response
Max leverage for account+instrument
Maximum leverage setting for the account/instrument pair.
Required range:
x >= 0Example:
10
Get max leverage