Get Fee Rate of Sub Portfolio

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

Permission

  • Applies to Sub Portfolio API Key only
  • Permission: READ.

Rate Limit

  • to be confirmed

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. by default, it is using the main portfolio fee rate. if set sub portfolio's fee rate, it used its own rate from effDate

Language