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

Method publicSpotRequest

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

* Create a public spot/margin request * @param {string} path - url path * @param {object} data - The data to send * @param {string} method - the http method * @param {boolean} noDataInSignature - Prevents data from being added to signature * @return {undefined}

(path: string, data: Dict = {}, method: HttpMethod = 'GET')

Source from the content-addressed store, hash-verified

708 * @return {undefined}
709 */
710 async publicSpotRequest(path: string, data: Dict = {}, method: HttpMethod = 'GET') {
711 return await this.publicRequest/**/(this.getSpotUrl() + path, data, method);
712 }
713
714 /**
715 * Create a signed spot request

Callers 15

setOptionsMethod · 0.95
timeMethod · 0.95
depthMethod · 0.95
avgPriceMethod · 0.95
pricesMethod · 0.95
bookTickersMethod · 0.95
prevDayMethod · 0.95
ticker24hMethod · 0.95
dailyStatsMethod · 0.95
exchangeInfoMethod · 0.95
useServerTimeMethod · 0.95
pingMethod · 0.95

Calls 2

publicRequestMethod · 0.95
getSpotUrlMethod · 0.95

Tested by

no test coverage detected