HTTP endpoints
Get max leverage
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| instrumentId | yes | integer (int64) | Target instrument identifier. |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
maxLeverageSetting | yes | integer (int64) | — |
Response example
A sample 200 JSON body is attached to this operation as an OpenAPI example (Mintlify shows it in the example panel, similar to other exchange API docs).
GET
Get max leverage
Path Parameters
Ethereum-style account address for the sub-account context. An Ethereum-style account address (20 bytes).
Target instrument identifier. An instrument identifier (8-byte hash).
Required range:
x >= 0Response
200 - application/json
Max leverage for account+instrument
Required range:
x >= 0Previous
Get position funding events### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| pagination_data | yes | object | Pagination segment containing `pageNumber` and `pageSize` (serialized per gateway contract). |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `events` | no | object[] | — |
| `pageNumber` | yes | integer | — |
| `pageSize` | yes | integer | — |
### Response example
A sample **`200`** JSON body is attached to this operation as an OpenAPI **example** (Mintlify shows it in the example panel, similar to other exchange API docs).
Next
Get max leverage