get https://api.connex.trade/api/v1/broker/feeRate
For Master API Key to query fee rates of portfolios.
Request
Field | Type | Mandatory | Remark |
---|---|---|---|
exchange | String | N | Exchange type, like BINANCE , OKX .. |
instType | String | N | Business type, like SPOT, PERP ... |
portfoliods | String | N | Returning all portfolios without specific portfolio ids. Specify up to 20 portoflioids, separated by "," . |
I# 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 |