Contract Metadata By Address [Batch]
getContractMetadataBatch - Retrieves metadata for a list of specified contract addresses in a single request.
Path parameters
Request
Response
String - Contract address for the queried NFT collection
String - NFT contract name.
String - NFT contract symbol abbreviation.
String - Total number of NFTs in a given NFT collection.
String - For valid NFTs, ‘ERC721’ or ‘ERC1155.’ For invalid NFTs, a descriptive reason such as ‘NO_SUPPORTED_NFT_STANDARD’ if the input contract address doesn’t support a known NFT standard, or ‘NOT_A_CONTRACT’ if there is no contract deployed at the input address.
String - Address that deployed the smart contract
Number - The Block Number when the deployment transaction is successfully mined