clob_get_book
Fetches live order book data for a single token, including bids, asks, depth, and spread.
Instructions
Fetch the current order book for one token.
Use this tool when the user wants live market microstructure such as bids, asks, depth, spread, or liquidity around the current price.
Prefer this tool over get_price when depth matters, not just the current
quote. Do not use this tool for market discovery; Gamma tools are better
for finding the right market or token first.
The input should be a single CLOB token ID, not a market slug or wallet address. A common next step is to summarize book depth or compare books across multiple tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Single-token lookup arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Normalized public order book. |