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

# PrimePoolAssetConnection

> Response returned by `getPrimePoolAssets`. PrimePoolAssetConnection type reference: every field and its type.

<div data-generated>
  ## GraphQL

  ```
  type PrimePoolAssetConnection {
    cursor: String
    items: [PrimePoolAsset]
  }

  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>
