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

# PrimePoolChainData

> Values obtained directly from the chain. Reference for the PrimePoolChainData type in the Codex API: every field, its type, and the operations that return it.

<div data-generated>
  ## GraphQL

  ```
  type PrimePoolChainData {
    cachingPaused: Boolean
    ethClaimed: String
    ethReward: String
    ethAllocPoint: String
    ethTotalAllocPoint: String
    ethStartTimestamp: Int
    ethEndTimestamp: Int
    ethLastRewardTimestamp: Int
    ethTimedCachePeriod: String
    primeAllocPoint: String
    primeTotalAllocPoint: String
    primeStartTimestamp: String
    primeEndTimestamp: Int
    primeLastRewardTimestamp: Int
  }
  ```

  ### Used By

  **Returned by**

  * [getPrimePools](/api-reference/queries/getprimepools.md) *(deprecated)*: Returns a list of Prime pools.
</div>
