Returns: GetNftPoolCollectionsResponse

Arguments

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

Schema

"""Returns an NFT collection with pool stats for a given AMM NFT marketplace."""
getNftPoolCollectionsByExchange(exchangeAddress: String!, networkId: Int!, cursor: String, limit: Int): GetNftPoolCollectionsResponse