tool-polymarket-book
Installation
SKILL.md
polymarket_book (Polymarket CLOB book)
When to use
- Liquidity check before sizing into a market.
- Spread + depth + mid estimation.
Parameters
marketId(string, required): Gamma numeric id (e.g."516710") or conditionId hex ("0x...").outcome("YES" | "NO", optional): Defaults to"YES".depth(int, optional, 1–200): Levels per side; default 20.
Examples
{ "name": "polymarket_book", "params": { "marketId": "0xabc...def", "outcome": "YES", "depth": 50 } }
Output
- Returns:
{ marketId, conditionId, question, slug, endDate, outcome, tokenId, bookAvailable, bestBid, bestAsk, mid, bids[], asks[], ts } - Rendered:
- Emits a JSON output with title
orderbook(used by the UI to open/focus a book window when available). Market(text with mid/bid/ask and “no CLOB orderbook” when missing)Asks+Bids(tables)
- Emits a JSON output with title
Notes
- Some markets have no CLOB orderbook; the tool returns
bookAvailable=falseand empty bids/asks. targetWindow:book
Related skills
More from captaindpt/truth-terminal
tool-nasdaq-candles
Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.
24tool-nasdaq-quote
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
22tool-grok-search
Use the grok_search tool to search X/web/news via xAI Grok Live Search (paid) and return an answer plus citations.
21tool-polymarket-trades
Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
16tool-gdelt-news
Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
15tool-coingecko-price
Use the coingecko_price tool to fetch spot crypto prices (free) for one or more symbols/ids with 24h change and last-updated timestamps.
12