Returns: PrimePoolAssetConnection

Arguments

networkId
Int!
required
The network ID the Prime pool is deployed on.
poolContractAddress
String
The contract address of the Prime pool.
poolId
String
The pool ID for the Prime pool, within the contract.
walletAddress
String
The owner wallet address to filter assets by.
limit
Int
The maximum number of Prime Pool assets to return.
cursor
String
The cursor to use for pagination.

Schema

"""Returns a list of Prime pool cached assets."""
getPrimePoolAssets(networkId: Int!, poolContractAddress: String, poolId: String, walletAddress: String, limit: Int, cursor: String): PrimePoolAssetConnection