An NFT collection is all non-fungible assets that are under the same contract address of an NFT contract.
Field | Type | Description |
---|---|---|
id | string | The UUID. A unique ID of the NFT contract. |
created_at | string | The creation time of the NFT contract. Standard format of timestamp with a time zone. ISO_8601 |
updated_at | string | The time when the NFT contract details were last updated. Standard format of timestamp with a time zone. ISO_8601 |
address | string | The address of the NFT smart contract. |
blockchain | number | The blockchain of the NFT smart contract. |
type | string | The type of the NFT smart contract. One of the following: * ERC721 * ERC1155 |
name | string | The name of the NFT smart contract. |
symbol | string | The symbol of the NFT smart contract. |
logo_uri | URL | The metadata of the NFT smart contract. |
image_url | URL | The image to represent the NFT smart contract. |