Returns a list of NFT kits created by your project. You can use query parameters to return results with specific conditions.
Response
| name | Type | Required | Description |
|---|---|---|---|
| count | Number | True | The total number of data matching the criteria. |
| rows | Object[] | True | An array of data corresponding to the requested range. |
rows object
name | Type | Required | Description |
|---|---|---|---|
nft_kit_id | Number | True | A unique identifier of the NFT kit. |
version_id | Number | True | A unique identifier of the version. |
project_id | Number | True | Identifier of the project to which the created NFT kit belongs. |
creator_id | Number | True | Identifier of the EQ Hub user who created the NFT kit. |
chain_id | Number | True | A unique identifier of the blockchain environment managed in EQ Hub. |
contract_id | Number | True | A unique identifier of the smart contract. |
status | Number | True | Token kit deployment status. |
is_public | Bool | True | Indicates whether other EQ Hub users can use specific features of the NFT kit. |
name | String | True | Name of the NFT kit. |
image | String | True | Image of the NFT kit. |
admin_address | String | True | Wallet address of the contract owner. |
eqhub_address | String | True | Wallet address managed by EQ Hub to control the version of the NFT kit. |
version | Object | True | Version information object of the NFT kit. |
created_at | String | True | Moment when NFT kit was created. |
updated_at | String | True | Moment when NFT kit was updated. |
version object
| name | Type | Required | Description |
|---|---|---|---|
| version_id | Number | True | A unique identifier of the version. |
| kit_type_id | Number | True | A unique identifier of the kit type. |
| version | Number | True | Version information (e.g. 1.0.0) |
| is_public | Number | True | Visibility status |
| is_latest | Number | True | Whether it is the latest version |
| deploy_count | Number | True | Number of times this version of the kit has been deployed on the blockchain. |
| description | String | True | Version description |
| created_at | String | True | Moment when version was created. |
| updated_at | String | True | Moment when version was updated. |
