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

Method futuresExchangeInfo

src/node-binance-api.ts:4494–4496  ·  view source on GitHub ↗

* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information * @returns

(params: Dict = {})

Source from the content-addressed store, hash-verified

4492 * @returns
4493 */
4494 async futuresExchangeInfo(params: Dict = {}) {
4495 return await this.publicFuturesRequest('v1/exchangeInfo', params);
4496 }
4497
4498 /**
4499 * Get the symbol configuration

Callers

nothing calls this directly

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected