Returns: GetNftPoolsResponse

Arguments

collectionAddress
String!
required

The contract address of the NFT collection.

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 pools to return.

Schema

"""Returns NFT pools for a given collection and AMM NFT marketplace."""
getNftPoolsByCollectionAndExchange(collectionAddress: String!, exchangeAddress: String!, networkId: Int!, cursor: String, limit: Int): GetNftPoolsResponse