Returns a list of NFT collection metadata.
Endpoint: getNftContracts
Method: POST
Arguments
| Name | Type | Description |
|---|---|---|
| contracts | [NftContractInput] | A list of NFT contract address and network IDs. |
Response
| Name | Type | Description |
|---|---|---|
| address | String! | The contract address of the NFT collection. |
| description | String | The description of the NFT collection. |
| ercType | String! | The token standard. Can be a variation of
or
. |
| id | String! | The ID of the NFT collection (
:
). |
| image | String | The URL for an image of the NFT collection. |
| labels | [ContractLabel] | A list of labels for the NFT collection. |
| name | String | The name of the NFT collection. |
| networkId | Int! | The network ID the NFT collection is deployed on. |
| socialLinks | SocialLinks | Community gathered links for the socials of this NFT collection. |
| symbol | String | The symbol of the NFT collection. |
| totalSupply | String | The total supply of the NFT collection. |
Explore
Ask questions, share what you're working on and request new features 👬👭