analysis.quality
Evaluate market quality by analyzing bid/ask spread, order book depth, and price range to identify illiquid or wide-spread markets before trading.
Instructions
Evaluate market quality by checking bid/ask spread, order book depth, and price range. Returns a pass/fail with specific reasons. Use before placing trades to avoid illiquid or wide-spread markets. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | Market token ID from the CLOB order book | |
| max_spread | No | Max acceptable spread (default: 0.10) | |
| min_depth | No | Min $ depth per side (default: $50) |