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

Method futuresSymbolConfig

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

* Get the symbol configuration * @See https://developers.binance.com/docs/derivatives/usds-margined-futures/account/rest-api/Symbol-Config * @param params * @returns

(params: Dict = {})

Source from the content-addressed store, hash-verified

4502 * @returns
4503 */
4504 async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig[]> {
4505 return await this.privateFuturesRequest('v1/symbolConfig', params);
4506 }
4507
4508 /**
4509 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker-v2

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected