(self, **params)
| 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 |
nothing calls this directly
no test coverage detected