get https://api.connex.trade/api/v1/broker/feeRate
For Master API Key to query fee rates of portfolios.
Permission
- Applies to primary user's API Key only
- Permission: READ.
Rate Limit
- to be confirmed
Request
Field | Type | Mandatory | Remark |
---|---|---|---|
exchange | String | N | Exchange type, like BINANCE , OKX .. |
instType | String | N | Business type, like SPOT, PERP ... |
portfolioIds | String | N | Returning all portfolios without specific portfolio ids. Specify up to 20 portoflioids, separated by "," . |
Response
Field | Type | Remark |
---|---|---|
portfolioId | String | Portfolio id |
exchange | String | Exchange type, like BINANCE , OKX .. |
instType | String | Business type, like SPOT, PERP ... |
effDate | String | Effect date |
maker | String | Maker fee rate |
taker | String | Taker fee rate |