Set Sub Portfolio Fee Rate

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

Description

Configures markup adjustments for sub-portfolios. Changes can be applied to all sub-portfolios under the main account or to a specific one, and support both absolute and percentage-based adjustments.

Rate Limit

5 requests per 2 seconds.

Permission

Requires trading permission on the primary user's API key. Read-only keys cannot call this endpoint.

Request

FieldTypeMandatoryDescription
portfolioIdStringNIf not specified, the configuration applies to all sub-portfolios under the parent account. If provided, it applies only to the specified sub-portfolio.
exchangeStringYSupported values: BINANCE, OKX, EDX
instTypeStringYSupported values: SPOT, PERP
chgTypeStringYSupported values: ABSOLUTE, PERCENTAGE
chgTakerStringNEither chgTaker or chgMaker must be provided. They cannot both be null.
chgMakerStringNEither chgTaker or chgMaker must be provided. They cannot both be null.
effDateStringNIf not specified, the configuration takes effect at the start of the next hour (UTC+0). If specified, it takes effect on the designated date (UTC+0). Format: yyyyMMdd (e.g., 20241030).

Response

FieldTypeDescription
effDateStringEffective date
 {
    "code": 200000, 
    "message": "Success", 
    "data": {
        "effDate": "20260617 09:00:00"
    }
}
Body Params
string
string
string
string
string
string
string
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json