MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / deliveryCommissionRate

Method deliveryCommissionRate

src/node-binance-api.ts:5199–5202  ·  view source on GitHub ↗
(symbol: string, params: Dict = {})

Source from the content-addressed store, hash-verified

5197 }
5198
5199 async deliveryCommissionRate(symbol: string, params: Dict = {}) {
5200 if (symbol) params.symbol = symbol;
5201 return await this.privateDeliveryRequest('v1/commissionRate', params);
5202 }
5203
5204 async deliveryGetDataStream(params: Dict = {}) {
5205 //A User Data Stream listenKey is valid for 60 minutes after creation. setInterval

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected