curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/pools/{poolId}/orderbook{
"asks": [
{
"price": "<string>",
"size": "<string>"
}
],
"bids": [
{
"price": "<string>",
"size": "<string>"
}
],
"timestamp": 123
}Get orderbook data for a pool
curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/clob/pools/{poolId}/orderbook{
"asks": [
{
"price": "<string>",
"size": "<string>"
}
],
"bids": [
{
"price": "<string>",
"size": "<string>"
}
],
"timestamp": 123
}