MCPcopy Create free account
hub / github.com/sammchardy/python-binance / get_margin_dust_assets

Method get_margin_dust_assets

binance/async_client.py:1068–1069  ·  view source on GitHub ↗
(self, **params)

Source from the content-addressed store, hash-verified

1066 get_margin_dustlog.__doc__ = Client.get_margin_dustlog.__doc__
1067
1068 async def get_margin_dust_assets(self, **params):
1069 return await self._request_margin_api("get", "margin/dust", True, data=params)
1070
1071 get_margin_dust_assets.__doc__ = Client.get_margin_dust_assets.__doc__
1072

Callers

nothing calls this directly

Calls 1

_request_margin_apiMethod · 0.95

Tested by

no test coverage detected