> ## 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.

# PredictionEventResolutionBarData

> Multi-resolution bar data for a prediction event.

<div data-generated>
  ## GraphQL

  ```
  type PredictionEventResolutionBarData {
    min1: PredictionEventBar
    min5: PredictionEventBar
    min15: PredictionEventBar
    min30: PredictionEventBar
    hour1: PredictionEventBar
    hour4: PredictionEventBar
    hour12: PredictionEventBar
    day1: PredictionEventBar
    week1: PredictionEventBar
  }

  type PredictionEventBarOhlc {
    o: String!
    h: String!
    l: String!
    c: String!
  }

  type PredictionEventBar {
    t: Int!
    volumeUsd: String!
    buyVolumeUsd: String
    sellVolumeUsd: String
    totalVolumeUsd: String!
    venueVolumeUsd: String
    volumeCollateralToken: String
    buyVolumeCollateralToken: String
    sellVolumeCollateralToken: String
    totalVolumeCollateralToken: String
    venueVolumeCollateralToken: String
    trades: Int!
    uniqueTraders: Int
    lastEventTimestamp: Int!
    liquidityUsd: PredictionEventBarOhlc
    liquidityCollateralToken: PredictionEventBarOhlc
    openInterestUsd: PredictionEventBarOhlc
    openInterestCollateralToken: PredictionEventBarOhlc
  }
  ```

  ### Used By

  **Returned by**

  * [onPredictionEventBarsUpdated](/api-reference/subscriptions/onpredictioneventbarsupdated.md): Live-streamed bar chart data to track price changes over time for a prediction event.
</div>
