Get Fee Rate of Sub Portfolio

For Sub Portfolio API Key to query fee rates of current portfolio.

Request

FieldTypeMandatoryRemark
exchangeStringNExchange type, like BINANCE , OKX ..
instTypeStringNBusiness type, like SPOT, PERP ...

Response

FieldTypeRemark
portfolioIdStringPortfolio id
exchangeStringExchange type, like BINANCE , OKX ..
instTypeStringBusiness type, like SPOT, PERP ...
effDateStringEffect date
makerStringMaker fee rate
takerStringTaker 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.

Language