User Trading Fee Rate

Rate Limit: 3 requests per 10 seconds

This endpoint returns the institution’s current trading fee schedule for each exchange and business type.

For every venue/market it provides the default maker/taker fee rates and optional symbol groups with customized fees.

Request

None

Response

FieldTypeDescription
exchangeTypeStringExchange / venue, e.g. BINANCE, OKX, EDX.
businessTypeStringBusiness type, e.g. SPOT, PERP.
takerFeeRateStringDefault taker fee rate for this exchange & business type.
makerFeeRateStringDefault maker fee rate for this exchange & business type.
levelStringFee level / tier of the institution on this venue.
groupListArraySymbol fee groups under this venue & business type.
groupList[].groupNameStringGroup name, e.g. A, B, C.
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