HTTP endpoints
Get global fees
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
result | yes | object | — |
result.liquidityProviderFeeRanking | yes | array[] | — |
result.liquidityProviderFeeRanking[] | yes | array[] | Array items. |
result.regularFeeLadder | yes | array[] | — |
result.regularFeeLadder[] | yes | array[] | Array items. |
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 global fees
Response
200 - application/json
Fee tiers
Previous
Get fill volumes by account and instrument type### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| from | yes | integer (int64) | — |
| to | yes | integer (int64) | — |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `byAccount` | yes | object | — |
| `byAccount.*` | yes | object (map) | An Ethereum-style account address (20 bytes). |
### 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 global fees