cURL
curl --request GET \ --url https://www.aionmarket.com/bvapi/markets/orders \ --header 'Authorization: Bearer <token>'
[ { "orderId": "<string>", "marketId": "<string>", "status": "<string>", "side": "<string>", "outcome": "<string>", "price": 123, "size": 123, "createdAt": "2023-11-07T05:31:56Z" } ]
List historical orders with optional status and pagination filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
open
filled
cancelled
rejected
Order history