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

Method exchangeInfo

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

* Gets the the exchange info * @see https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#exchange-information * @return {promise or undefined} - omitting the callback returns a promise

()

Source from the content-addressed store, hash-verified

4015 * @return {promise or undefined} - omitting the callback returns a promise
4016 */
4017 async exchangeInfo() {
4018 return await this.publicSpotRequest('v3/exchangeInfo', {});
4019 }
4020
4021 /**
4022 * Gets the dust log for user

Callers 2

live-tests.cjsFile · 0.80

Calls 1

publicSpotRequestMethod · 0.95

Tested by

no test coverage detected