Get NFT Contracts

Endpoint: getNftContracts

Method: POST

Arguments

NameTypeDescription
contracts[NftContractInput]

A list of NFT contract address and network IDs.

NameTypeDescription
addressString!

The NFT contract address.

Required
networkIdInt!

The network ID the NFT collection is deployed on.

Required

Response

NameTypeDescription
addressString!The contract address of the NFT collection.
descriptionStringThe description of the NFT collection.
ercTypeString!The token standard. Can be a variation of ERC-721 or ERC-1155.
idString!The ID of the NFT collection (address:networkId).
imageStringThe URL for an image of the NFT collection.
labels[ContractLabel]A list of labels for the NFT collection.
nameStringThe name of the NFT collection.
networkIdInt!The network ID the NFT collection is deployed on.
socialLinksSocialLinksCommunity gathered links for the socials of this NFT collection.
symbolStringThe symbol of the NFT collection.
totalSupplyStringThe total supply of the NFT collection.

Explore