post https://api.connex.trade/api/v1/broker/subFeeRate
Setup markup to the trading fee rate of sub portfolios. Only Master API key is supported
Request
Name | Type | Mandatory | Description |
---|---|---|---|
portfolioId | String | N | If not passed, all sub-portfolios under the parent account will be set; If parameters are passed, the settings will be made for the sub-portfolio specified under the name. |
exchange | String | Y | BINANCE / OKX |
instType | String | Y | SPOT / PERP |
chgType | String | Y | ABSOLUTE / PERCENTAGE. Absolute case, chgTaker |
chgTaker | String | N | At least one of chgTaker and chgMaker has to be specified. Absolute case, specify markup in bps, precision up to 0.01bps. No negative markup is supported. |
chgMaker | String | N | At least one of chgTaker and chgMaker has to be specified. Absolute case, specify markup in bps, precision up to 0.01bps. No negative markup is supported. |
effDate | String | N | Effective date, format as yyyyMMdd. e.g:20241030 If not passed, it will take effect the next hour; If parameters are passed, it will take effect at 0:00 (utc+0) on the specified date. |
Response
Field | Type | Remark |
---|---|---|
effDate | String |