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

# IndividualBarData

> Bar chart data.

<div data-generated>
  ## GraphQL

  ```
  type IndividualBarData {
    o: Float!
    h: Float!
    l: Float!
    c: Float!
    v: Int
    t: Int!
    volume: String!
    volumeNativeToken: String!
    buyers: Int!
    buys: Int!
    buyVolume: String!
    sellers: Int!
    sells: Int!
    sellVolume: String!
    liquidity: String!
    traders: Int!
    transactions: Int!
    poolFees: String
    baseFees: String
    priorityFees: String
    builderTips: String
    l1DataFees: String
  }
  ```

  ### Used By

  **Returned by**

  * [onBarsUpdated](/api-reference/subscriptions/onbarsupdated.md): Live-streamed bar chart data to track price changes over time. Processed updates are projected into `aggregates` using the confirmed bar shape.
  * [onTokenBarsUpdated](/api-reference/subscriptions/ontokenbarsupdated.md): Live-streamed aggregate bar chart data to track price changes over time for a token.
</div>
