Returns: NftPoolStatsResponse

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.

startTime
Int!
required

The unix timestamp for the start of the requested range.

endTime
Int!
required

The unix timestamp for the end of the requested range.

poolAddress
String

The NFT pool address to filter by.

Schema

"""Returns aggregated NFT pool/collection stats for a given time frame."""
getNftPoolStats(collectionAddress: String!, exchangeAddress: String!, networkId: Int!, startTime: Int!, endTime: Int!, poolAddress: String): NftPoolStatsResponse