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

Method dustLog

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

* Gets the dust log for user * @return {promise or undefined} - omitting the callback returns a promise

()

Source from the content-addressed store, hash-verified

4023 * @return {promise or undefined} - omitting the callback returns a promise
4024 */
4025 async dustLog() {
4026 return await this.privateSpotRequest('v1/asset/dribblet', {});
4027 }
4028
4029 async dustTransfer(assets) {
4030 return await this.privateSpotRequest('v1/asset/dust', { asset: assets }, 'POST');

Callers

nothing calls this directly

Calls 1

privateSpotRequestMethod · 0.95

Tested by

no test coverage detected