HTTP endpoints
Get account fees
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Account address (required) |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
accountFees | yes | object | — |
accountFees.active | yes | string | — |
accountFees.liquidityProviderRank | yes | integer (int64) | — |
accountFees.passive | yes | string | — |
accountFees.tier | yes | string | — |
accountFees.totalVolume | yes | string | — |
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 account fees
Previous
Get account nonce### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| account | yes | string (hex) | Account address (required) |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `nonce` | yes | integer (int64) | The current transaction nonce for the account (0 for new accounts) |
### 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 account fees