What Is Prediction Market Order Book Data?
Prediction market order book data represents the outstanding buy and sell interest for an individual market outcome.
A current order book snapshot contains the available bid and ask levels together with their corresponding order sizes at the moment the snapshot is generated. Rather than recording completed transactions, the order book reflects the liquidity currently available on the market, providing insight into where participants are willing to buy or sell before trades occur.
FinFeedAPI also provides historical order book data through flat files. Unlike the current endpoint, the historical dataset returns raw limit order updates—including order additions, updates, and deletions—rather than reconstructed snapshots. This allows developers to replay historical order flow or rebuild order book state using their own reconstruction logic.
Together, these datasets support both live market monitoring and detailed historical liquidity analysis using the same exchange and market identifiers.
