Get Fee Rate For Sub Portfolio

This endpoint returns the trading fee schedule configured for a broker’s sub-portfolio on each exchange and instrument type.

For the given sub-portfolio, it provides the effective date, fee tier level, and detailed symbol-level fee groups, including maker/taker fee rates per group.

Request

FieldTypeRemark
exchangeStringExchange / venue, e.g. BINANCE, OKX, EDX.
instTypeStringInstrument type, e.g. SPOT, PERP.

Response

NameTypeDescription
portfolioIdStringID of the sub-portfolio (or main portfolio) to which this fee configuration applies.
exchangeStringExchange / venue, e.g. BINANCE, OKX, EDX.
instTypeStringInstrument type, e.g. SPOT, PERP.
effDateStringEffective date of this fee schedule, in yyyyMMdd format (e.g. 20251125).
makerStringDeprecated. Kept only for backward compatibility. Actual maker fee should be read from groupList[].makerFee.
takerStringDeprecated. Kept only for backward compatibility. Actual taker fee should be read from groupList[].takerFee.
levelStringFee level / tier of the portfolio on this venue (e.g. T1, T2).
groupListArraySymbol fee groups under this venue & instrument type.
groupList[].groupNameStringGroup name, e.g. A, B, C, D.
groupList[].takerFeeStringTaker fee rate for this symbol group.
groupList[].makerFeeStringMaker fee rate for this symbol group.
groupList[].symListArrayList of symbols that belong to this group.
Language
Credentials
OAuth2