Returns: NftCollectionMetadataResponse

Arguments

collectionId
String
The ID of the NFT collection (address:networkId). For example, 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d:1.
This argument is deprecated. Use address & networkId instead.
address
String
The contract address of the NFT collection.
networkId
Int
The network ID the NFT collection is deployed on.

Schema

"""Returns stats for an NFT collection across different time frames."""
getNftCollectionMetadata(collectionId: String, address: String, networkId: Int): NftCollectionMetadataResponse