Returns: GetNftPoolsResponse

Arguments

ownerAddress
String!
required
The contract address of the pool owner.
networkId
Int!
required
The network ID the NFT collection is deployed on.
exchangeAddress
String
The NFT AMM marketplace address to filter by.
cursor
String
The cursor to use for pagination.
limit
Int
The maximum number of NFT pools to return.

Schema

"""Returns a list of NFT pools for a given owner."""
getNftPoolsByOwner(ownerAddress: String!, networkId: Int!, exchangeAddress: String, cursor: String, limit: Int): GetNftPoolsResponse