CLOB Markets
Get Market Orderbook
Get order book for a pool
curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/markets/string/orderbook?depth=0"{
"asks": [
{
"price": "string",
"size": "string"
}
],
"bids": [
{
"price": "string",
"size": "string"
}
],
"timestamp": 0
}