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

Method deliveryLeverageBracket

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

Source from the content-addressed store, hash-verified

5224 }
5225
5226 async deliveryLeverageBracket(symbol?: string, params: Dict = {}) {
5227 if (symbol) params.symbol = symbol;
5228 return await this.privateDeliveryRequest('v1/leverageBracket', params);
5229 }
5230
5231 async deliveryLeverageBracketSymbols(symbol?: string, params: Dict = {}) {
5232 if (symbol) params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected