MuchFi
CLOB Markets

Get Recent Trades

Get recent trades for a pool

GET
/clob/markets/{poolId}/trades

Path Parameters

poolIdstring

Pool ID

Query Parameters

limit?integer

Number of trades

cursor?string

Cursor for pagination

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/markets/string/trades?limit=0&cursor=string"
{
  "trades": [
    {
      "tradeId": "string",
      "price": "string",
      "size": "string",
      "side": "string",
      "timestamp": 0
    }
  ],
  "cursor": "string"
}