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

# PrimePoolAsset

> A cached Prime pool asset. Reference for the PrimePoolAsset type in the Codex API: every field, its type, and the operations that return it.

<div data-generated>
  ## GraphQL

  ```
  type PrimePoolAsset {
    id: String!
    sortKey: String!
    amount: String!
    from: String!
    fromHashKey: String!
    fromSortKey: String!
    networkId: Int!
    poolContractAddress: String!
    poolId: String!
    ethRewardDebt: String
    primeRewardDebt: String
  }
  ```

  ### Used By

  **Returned by**

  * [getPrimePoolAssets](/api-reference/queries/getprimepoolassets.md) *(deprecated)*: Returns a list of Prime pool cached assets.
</div>
