get https://api.connex.trade/api/v1/broker/sub/feeRate
For Sub Portfolio API Key to query fee rates of current portfolio.
Request
Field | Type | Mandatory | Remark |
---|---|---|---|
exchange | String | N | Exchange type, like BINANCE , OKX .. |
instType | String | N | Business type, like SPOT, PERP ... |
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 |
Response will contain fee rates of two portfolios. One is for the current sub portfolio, and the other is for the main portfolio.