CLOB Read (Public)
Post Spreads Batch
Polymarket-compat POST /spreads.
Body: [{token_id}, {token_id}, ...] (PM-compat) or
{items: [{token_id}, ...]} (legacy wrapped form). Returns
{token_id: spread_string}.
POST
Post Spreads Batch
Previous
Post Books BatchPolymarket-compat ``POST /books``.
Body: ``[{token_id}, ...]`` (PM-compat) **or**
``{items: [{token_id}, ...]}`` (legacy wrapped form). Returns one
full ``OrderBookSnapshot`` per token (PM-compat shape including
``market``, ``asset_id``, ``hash``, ``tick_size``, ``neg_risk``,
``last_trade_price``). Tokens with no book are omitted from the
response (rather than returning empty snapshots — saves SDK-side
filtering).
Next
Post Spreads Batch