cURL
curl --request GET \ --url https://www.aionmarket.com/bvapi/markets/orders/open \ --header 'Authorization: Bearer <token>'
[ { "orderId": "<string>", "marketId": "<string>", "status": "<string>", "side": "<string>", "outcome": "<string>", "price": 123, "size": 123, "createdAt": "2023-11-07T05:31:56Z" } ]
Return all currently open orders for the wallet or agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Open orders