cURL
curl --request GET \ --url https://api.limitless.exchange/markets/{slug}/user-orders
{ "orders": [ { "id": "12345", "side": "BUY", "price": "0.75", "quantity": "100", "status": "LIVE" } ] }
Get all orders placed by the authenticated user for a specific market
Order status(es) to filter by. Defaults to [LIVE] if not provided
LIVE
MATCHED
Maximum number of orders to return
x >= 1
100
List of user orders for the market
Show child attributes