get
https://api.liquiditytech.com/api/v1/trading/userFeeRate
Rate Limit: 3 requests per 10 seconds
This endpoint returns the institution’s current trading fee schedule for each exchange and business type.
For every venue/market it provides the default maker/taker fee rates and optional symbol groups with customized fees.
Request
None
Response
| Field | Type | Description |
|---|---|---|
| exchangeType | String | Exchange / venue, e.g. BINANCE, OKX, EDX. |
| businessType | String | Business type, e.g. SPOT, PERP. |
| takerFeeRate | String | Default taker fee rate for this exchange & business type. |
| makerFeeRate | String | Default maker fee rate for this exchange & business type. |
| level | String | Fee level / tier of the institution on this venue. |
| groupList | Array | Symbol fee groups under this venue & business type. |
| groupList[].groupName | String | Group name, e.g. A, B, C. |
| groupList[].takerFee | String | Taker fee rate for this symbol group. |
| groupList[].makerFee | String | Maker fee rate for this symbol group. |
| groupList[].symList | Array | List of symbols that belong to this group. |
