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

Method get_margin_order

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

Source from the content-addressed store, hash-verified

1344 get_margin_force_liquidation_rec.__doc__ = Client.get_margin_force_liquidation_rec.__doc__
1345
1346 async def get_margin_order(self, **params):
1347 return await self._request_margin_api(
1348 "get", "margin/order", signed=True, data=params
1349 )
1350
1351 get_margin_order.__doc__ = Client.get_margin_order.__doc__
1352

Callers

nothing calls this directly

Calls 1

_request_margin_apiMethod · 0.95

Tested by

no test coverage detected