# Collection

| Property                 | Description                                                                                                     | Type    |
| ------------------------ | --------------------------------------------------------------------------------------------------------------- | ------- |
| id                       | Unique identifier of the collection (API)                                                                       | Int     |
| collection\_logo         | URL of the collection logo                                                                                      | String  |
| collection\_header       | URL of the collection header image                                                                              | String  |
| collection\_name         | Name of the collection                                                                                          | String  |
| collection\_symbole      | Symbol of the collection                                                                                        | String  |
| collection\_description  | Description of the collection                                                                                   | String  |
| collection\_tagline      | Tagline or slogan of the collection                                                                             | String  |
| collection\_instagram    | Link to the collection's Instagram account                                                                      | String  |
| collection\_twitter      | Link to the collection's Twitter account                                                                        | String  |
| collection\_discord      | Link to the collection's Discord server                                                                         | String  |
| root\_price              | Merkle - price of the collection                                                                                | String  |
| collection\_id           | Specific identifier of the collection (SMART CONTRACT ID on Certhis deployer)                                   | int     |
| label\_id                | Identifier of the label associated with the collection (SMART CONTRACT ID on Certhis Deployer)                  | int     |
| label\_index             | Index of the label within the collection (API)                                                                  | Int     |
| collection\_address      | Blockchain address of the collection                                                                            | String  |
| creator\_address         | Blockchain address of the creator of the collection                                                             | String  |
| collection\_type         | Type of the collection (true = private, if true the minter need to be on the whitelist, else everyone can mint) | Boolean |
| collection\_tax          | Royalties on secondary sales                                                                                    | int     |
| collection\_payout       | Payout address Royalties secondary sales                                                                        | String  |
| certhis\_tax             | Certhis Royalties                                                                                               | int     |
| certhis\_payout          | Certhis Payout Royalties                                                                                        | String  |
| certhis\_tax\_mint       | Certhis fees mint                                                                                               | int     |
| certhis\_payout\_mint    | Certhis payout address fees mint                                                                                | String  |
| mintable\_activate       | Minting type: 0 for free, 1 for ERC20, 2 for ETH (main blockchain currency)                                     | Int     |
| price\_for\_mint         | Price to mint an NFT in the collection                                                                          | Number  |
| collection\_payout\_mint | Payout associated with the minting of the collection                                                            | String  |
| collection\_tax\_mint    | *DISABLED*                                                                                                      |         |
| created                  | Date when the collection was created                                                                            | Date    |
| updated                  | Date when the collection was last updated                                                                       | Date    |
| currency\_for\_mint      | Currency used for minting (Erc-20)                                                                              | String  |
| tax\_descativate         | ERC-20 Address to deactivate collection royalties for a specific ERC20 currency.                                | String  |
| allowance                | Flag indicating if the collection has custom allowances.                                                        | Boolean |
| collection\_full         | 0 for incremental with custom tokenUri NFT, 1 incremental with general tokenUri NFT, 2 lazy mint                | Int     |
| mint\_start              | Start date of the minting                                                                                       | int     |
| mint\_end                | End date of the minting                                                                                         | int     |
| sell\_id                 | Sale identifier of the collection                                                                               | int     |
| collection\_uri          | URI of the collection (token\_uri)                                                                              | String  |
| max\_mint                | Maximum number of mints per wallet                                                                              | Int     |
| max\_mint\_sell          | Maximum number of mints for sale (nft\_id)                                                                      | Int     |
| max\_supply              | Maximum supply of the collection                                                                                | Int     |
| collection\_website      | Website of the collection                                                                                       | String  |
| root                     | Merkle root whitelist                                                                                           | String  |
| currency\_object         | Object describing the currency used for the collection                                                          | Object  |
| contract\_id             | Contract identifier of the collection (Certhis Smart contract id)                                               | String  |
| whitelist                | Whitelist for the collection, array json                                                                        | string  |
| affiliation              | Collection affiliate address                                                                                    | String  |
| collection\_price        | Main Price of the collection                                                                                    | Number  |
| share\_royalties         | Share of the royalties of the collection with minter (amount)                                                   | Number  |
| collection\_logo\_id     | Identifier of the collection logo                                                                               | int     |
| collection\_header\_id   | Identifier of the collection header                                                                             | int     |
| chain\_id                | Blockchain chain identifier of the collection                                                                   | Int     |
| verified                 | Indicator if the collection is verified                                                                         | Boolean |
| symbol                   | Symbol of the collection                                                                                        | String  |
| supply                   | Supply of the collection                                                                                        | Int     |
| sbt\_contract            | Flag indicating if all tokens emitted by this collection are Soul-Bound Tokens                                  | Boolean |
| burnable                 | Flag indicating if NFTs in the collection can be burned by their owners                                         | Boolean |
| show\_minter\_box        | Indicator if the minter box is displayed on Certhis explorer                                                    | Boolean |
| check\_contract          | Address of an external contract to check if msg.sender is approved                                              | String  |
| claim\_active            | Indicator if the claim is active (Free Claim System)                                                            | Boolean |
| claim\_color             | Color of the claim (Free Claim System)                                                                          | String  |
| claim\_color\_text       | Text color of the claim (Free Claim System)                                                                     | String  |
| provider\_id             | Provider identifier (Example Snapss : id 1)                                                                     | Int     |
| pass\_blockchain\_hide   | Indicator if the blockchain information pass is hidden                                                          | Boolean |
| pass\_storecard          | Indicator if the pass is a store card                                                                           | Boolean |
| user\_access             | DEPRECATED                                                                                                      | N/A     |
| preview\_pass            | Indicator if the pass is in preview mode                                                                        | Boolean |
| wallet\_access           | Array of users that can interact with the CERTHIS API                                                           | Array   |
| creator\_id              | Identifier of the creator                                                                                       | String  |
| claim\_main\_attribute   | Main attribute of the claim (pass shown on front)                                                               | String  |
| collection\_extra        | Extra information about the collection                                                                          | String  |
| certhis\_id              | Certhis identifier of the collection                                                                            | String  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.certhis.io/api-object-references/collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
