clob_get_prices
Fetch current price quotes for multiple tokens at once using their CLOB token IDs. Get quick snapshots to compare and rank token prices.
Instructions
Fetch current price quotes for multiple tokens.
Use this tool when the user wants a quick multi-token quote snapshot without needing full order books for each token.
Prefer this tool over repeated single-token quote calls when several token IDs are already known. Do not use this tool for discovery or wallet-level analysis.
The input should be a list of CLOB token IDs. A common next step is to rank
tokens by price or follow up with get_book on the most interesting ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Multi-token lookup arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quotes | No | ||
| count | Yes | Return the number of quotes. Returns: int: Number of returned quotes. |