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

Method privateSapiRequest

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

* Create a signed SAPI request

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

Source from the content-addressed store, hash-verified

727 * Create a signed SAPI request
728 */
729 async privateSapiRequest(path: string, data: Dict = {}, method: HttpMethod = 'GET', noDataInSignature = false) {
730 return await this.signedRequest/**/(this.getSapiUrl() + path, data, method, noDataInSignature);
731 }
732
733 /**
734 * Create a signed http request

Callers 15

marginOrderMethod · 0.95
withdrawMethod · 0.95
tradeFeeMethod · 0.95
mgCancelMethod · 0.95
mgAllOrdersMethod · 0.95
mgOrderStatusMethod · 0.95
mgOpenOrdersMethod · 0.95
mgCancelOrdersMethod · 0.95
mgTradesMethod · 0.95
mgBorrowMethod · 0.95

Calls 2

signedRequestMethod · 0.95
getSapiUrlMethod · 0.95

Tested by

no test coverage detected