get https://api-glb.sim.hashkeydev.com/api/v1/futures/commissionRate
Weight: 1
Request Parameters
PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
---|---|---|---|---|
symbol | STRING | Y | ETHUSDT-PERPETUAL | Name of the contract |
recvWindow | LONG | 5000 | recv Window | |
timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
symbol | STRING | BTCUSDT-PERPETUAL | Name of the contract. |
openMakerFee | STRING | 0.0006 | The commission rate for opening pending orders |
openTakerFee | STRING | 0.0006 | The commission rate for open position taker |
closeMakerFee | STRING | 0.0006 | The commission rate for closing pending orders |
closeTakerFee | STRING | 0.0006 | The commission rate for closing a taker order |