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