Bid-ask spread
Orderbook
Bid-Ask Spread
Returns the bid-ask spread for a token, calculated as the difference between the best ask and best bid price.
For one-sided books, the spread equals the best price on the existing side. Response is enriched with PolyNode market metadata.
GET
Bid-ask spread
Returns the bid-ask spread for a token or market, calculated as the difference between the best ask and best bid.
For one-sided books (only bids or only asks), the spread equals the best price on the existing side.
Identifier types
The{token_id} parameter accepts three types:
| Identifier | Format | Returns |
|---|---|---|
| Token ID | All digits, 70+ chars | Single spread (Polymarket-compatible) |
| Condition ID | Starts with 0x | Spreads for both outcomes |
| Slug | Human-readable string | Spreads for all outcomes in the event |
By token ID
By condition ID
Calculation
Notes
- The
spreadvalue is a decimal string (e.g."0.01"). - Returns a 404 if no book exists for the identifier.
Authorizations
Path Parameters
Token ID (all digits), condition ID (starts with 0x), or event slug. Token ID returns a single book; condition ID and slug return all outcomes.
Response
Bid-ask spread
Bid-ask spread. The spread field matches Polymarket's CLOB /spread response. Additional fields are PolyNode enrichment.

