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

Method get_margin_asset

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

Source from the content-addressed store, hash-verified

1135 get_margin_delist_schedule.__doc__ = Client.get_margin_delist_schedule.__doc__
1136
1137 async def get_margin_asset(self, **params):
1138 return await self._request_margin_api("get", "margin/asset", data=params)
1139
1140 get_margin_asset.__doc__ = Client.get_margin_asset.__doc__
1141

Callers

nothing calls this directly

Calls 1

_request_margin_apiMethod · 0.95

Tested by

no test coverage detected