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

Method dustTransfer

src/node-binance-api.ts:4029–4031  ·  view source on GitHub ↗
(assets)

Source from the content-addressed store, hash-verified

4027 }
4028
4029 async dustTransfer(assets) {
4030 return await this.privateSpotRequest('v1/asset/dust', { asset: assets }, 'POST');
4031 }
4032
4033 async assetDividendRecord(params: Dict = {}) {
4034 return await this.privateSpotRequest('v1/asset/assetDividend', params);

Callers

nothing calls this directly

Calls 1

privateSpotRequestMethod · 0.95

Tested by

no test coverage detected