Files
ritmex-bot/docs/binance/binance_derivatives/docs_derivatives_options-trading_trade_User-Commission.md
T
2026-02-27 10:52:43 +08:00

2.2 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
User Commission | Binance Open Platform https://developers.binance.com/docs/derivatives/options-trading/trade/User-Commission 2026-01-27T05:28:12.244Z

User Commission (USER_DATA)

API Description

Get account commission.

HTTP Request

GET /eapi/v1/commission

Request Weight

5

Request Parameters

Name

Type

Mandatory

Description

recvWindow

LONG

NO

timestamp

LONG

YES

Response Example

{    "commissions": [        {            "underlying": "BTCUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        },        {            "underlying": "ETHUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        },        {            "underlying": "BNBUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        },        {            "underlying": "SOLUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        },        {            "underlying": "XRPUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        },        {            "underlying": "DOGEUSDT",            "makerFee": "0.000240",            "takerFee": "0.000240"        }    ]}