mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
2.2 KiB
2.2 KiB
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" } ]}