GET
/
clob
/
orders
Get All Orders
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/clob/orders
{
  "orders": [
    {
      "transactionId": "<string>",
      "poolId": "<string>",
      "user": "<string>",
      "side": "BUY",
      "price": "<string>",
      "size": "<string>",
      "filledSize": "<string>",
      "status": "<string>",
      "timestamp": 123
    }
  ],
  "cursor": "<string>"
}

Query Parameters

market
string

Filter by market/pool ID

status
string

Filter by order status

limit
integer

Number of results

cursor
string

Cursor for pagination

Response

200 - application/json

List of orders

orders
object[]
cursor
string