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

# PrimePoolCalcData

> PrimePoolCalcData is a GraphQL object type in the Codex API. See every field, its type, and which operations return it.

<div data-generated>
  ## GraphQL

  ```
  type PrimePoolCalcData {
    poolAccumulatedPrime: String
    shareAccumulatedPrime: String
    poolAccumulatedEth: String
    shareAccumulatedEth: String
    poolPrimeAmount: String
    poolEthAmount: String
    poolPrimePerDay: String
    poolPrimePerSecond: String
    poolEthPerDay: String
    poolEthPerSecond: String
    sharePrimePerDay: String
    sharePrimePerSecond: String
    shareEthPerDay: String
    shareEthPerSecond: String
  }
  ```

  ### Used By

  **Returned by**

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