clob_get_price
Fetch a current price quote for a single CLOB token. Use this to get the implied level without retrieving the full order book.
Instructions
Fetch a current price quote for one token.
Use this tool when the user wants the current quoted price or implied level for a known token but does not need the full order book.
Prefer this tool over get_book when a lightweight spot quote is enough.
Prefer get_midpoint or get_spread when the question is specifically
about those metrics.
The input should be a single CLOB token ID. A common next step is to compare the quote with historical prices or fetch the full book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Single-token lookup arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | Normalized price quote. |