get
https://api.connex.trade/api/v1/trading/userFeeRate
Get User Trading Fee Rate
Permission
- Applies to primary user's API Key only.
- Permission: READ.
Request
None
Response
| Field | Type | Description |
|---|---|---|
| exchangeType | String | Exchange / venue, e.g. BINANCE, OKX |
| 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. |
*groupList: Regarding OKX's fee rate mechanism changes on Nov 25 , the Connex fee rate also make the corresponding changes on Nov 6pm GMT+8. Group information will contain the list of symbols belong to the fee group.
For forward compatibility, a default fee rate group of main coins have been selected to make sure the API usage will not impact the integration.
Note
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.
