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

Method get_open_orders

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

Source from the content-addressed store, hash-verified

805 cancel_order.__doc__ = Client.cancel_order.__doc__
806
807 async def get_open_orders(self, **params):
808 return await self._get("openOrders", True, data=params)
809
810 get_open_orders.__doc__ = Client.get_open_orders.__doc__
811

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected