Trade Fee (USER_DATA)
Fetch trade fee
Weight(IP): 1
Query parameters
Trading symbol, e.g. BNBUSDT
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Trade fee info per symbol
Example response
[
{
"symbol": "ADABNB",
"makerCommission": "0.001",
"takerCommission": "0.001"
}
]Changes
Changed in 1 of the 26 revisions of this API.27
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
items/makerCommissionbecame required for the status200response-property-became-required
- ○
the response property
items/symbolbecame required for the status200response-property-became-required
- ○
the response property
items/takerCommissionbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ▲