> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PredictionMarketOutcomePrice

> Price data for a single outcome within a prediction market.

<div data-generated>
  ## GraphQL

  ```
  type PredictionMarketOutcomePrice {
    outcomeId: String!
    lastTradePriceUsd: String
    lastTradePriceCT: String
    bestBidUsd: String
    bestBidCT: String
    bestAskUsd: String
    bestAskCT: String
    spreadUsd: String
    spreadCT: String
    bestBookBidUsd: String
    bestBookBidCT: String
    bestBookAskUsd: String
    bestBookAskCT: String
    bookLiquidityUsd: String
    bookLiquidityCT: String
    timestamp: Int!
  }
  ```

  ### Used By

  **Returned by**

  * [predictionMarketPrice](/api-reference/queries/predictionmarketprice.md): Returns price data for a prediction market at a specific timestamp or latest.
</div>
