tool-polymarket-book

polymarket_book (Polymarket CLOB book)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tool-polymarket-book" with this command: npx skills add captaindpt/truth-terminal/captaindpt-truth-terminal-tool-polymarket-book

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)

Notes

  • Some markets have no CLOB orderbook; the tool returns bookAvailable=false and empty bids/asks.

  • targetWindow : book

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tool-grok-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

tool-nasdaq-candles

No summary provided by upstream source.

Repository SourceNeeds Review
General

tool-polymarket-trades

No summary provided by upstream source.

Repository SourceNeeds Review
General

tool-nasdaq-quote

No summary provided by upstream source.

Repository SourceNeeds Review