clob_get_midpoint
Retrieve the midpoint price between the best bid and best ask for a single CLOB token to assess fair value.
Instructions
Fetch the midpoint for one token.
Use this tool when the user specifically wants the midpoint rather than a full order book or generic quote.
Prefer this tool when reasoning about fair value between best bid and best
ask. If depth matters too, use get_book instead.
The input should be a single CLOB token ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Single-token lookup arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | Normalized price quote. |