Set Sub Portfolio Fee Rate

Setup markup to the trading fee rate of sub portfolios. Only Master API key is supported

Request

NameTypeMandatoryDescription
portfolioIdStringNIf 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.
exchangeStringYBINANCE / OKX
instTypeStringYSPOT / PERP
chgTypeStringYABSOLUTE / PERCENTAGE. Absolute case, chgTaker
chgTakerStringNAt 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.
chgMakerStringNAt 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.
effDateStringNEffective 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

FieldTypeRemark
effDateString
Language