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

Method futuresAggTrades

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

* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List

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

Source from the content-addressed store, hash-verified

4582 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List
4583 */
4584 async futuresAggTrades(symbol: string, params: Dict = {}): Promise<AggregatedTrade[]> {
4585 params.symbol = symbol;
4586 return await this.publicFuturesRequest('v1/aggTrades', params);
4587 }
4588
4589 /**
4590 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Users-Force-Orders

Callers

nothing calls this directly

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected