List orders (filled market orders)
Authorization
ApiKeyAuth x-api-key<token>
In: header
Query Parameters
user?string
market?string
limit?integer
Range
value <= 100Default
20offset?integer
Default
0Response Body
application/json
application/json
curl -X GET "https://example.com/clob/orders"{ "data": [ { "id": "string", "marketId": "string", "userId": "string", "side": "string", "type": "string", "status": "string", "size": 0, "shares": 0, "filledPrice": 0, "tokenSymbol": "string", "txHash": "string" } ], "pagination": { "total": 0, "limit": 0, "offset": 0 }}