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

Method options

src/node-binance-api.ts:188–193  ·  view source on GitHub ↗
(opt = {})

Source from the content-addressed store, hash-verified

186 }
187
188 options(opt = {}): Binance {
189 // // return await this.setOptions(opt, callback); // keep this method for backwards compatibility
190 // this.assignOptions(opt, callback);
191 this.setOptions(opt);
192 return this;
193 }
194
195 assignOptions(opt = {}) {
196 if (typeof opt === 'string') { // Pass json config filename

Calls 1

setOptionsMethod · 0.95

Tested by

no test coverage detected