curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/markets/{poolId}/trades{
"trades": [
{
"tradeId": "<string>",
"price": "<string>",
"size": "<string>",
"side": "<string>",
"timestamp": 123
}
],
"cursor": "<string>"
}Get recent trades for a pool
curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/markets/{poolId}/trades{
"trades": [
{
"tradeId": "<string>",
"price": "<string>",
"size": "<string>",
"side": "<string>",
"timestamp": 123
}
],
"cursor": "<string>"
}