Get Fee Rate For Sub Portfolio

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description

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.

Rate Limit

10 requests per 2 seconds.

Permission

Access to this endpoint requires a Sub Portfolio API key with READ permission.

Request

FieldTypeMandatoryRemark
exchangeStringNExchange / venue, e.g. BINANCE, OKX, EDX.
instTypeStringNInstrument 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.
Query Params
string
string
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json