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

Method get_open_oco_orders

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

Source from the content-addressed store, hash-verified

810 get_open_orders.__doc__ = Client.get_open_orders.__doc__
811
812 async def get_open_oco_orders(self, **params):
813 return await self._get("openOrderList", True, data=params)
814
815 get_open_oco_orders.__doc__ = Client.get_open_oco_orders.__doc__
816

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected