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

Method futuresBookTicker

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

* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker

(symbol?: string, params: Dict = {})

Source from the content-addressed store, hash-verified

4776 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker
4777 */
4778 async futuresBookTicker(symbol?: string, params: Dict = {}) {
4779 return await this.futuresQuote(symbol, params);
4780 }
4781
4782 /**
4783 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/New-Order

Callers

nothing calls this directly

Calls 1

futuresQuoteMethod · 0.95

Tested by

no test coverage detected