Get Token Kit List

Returns information about the list of token kits created by your project.

Response

nameTypeRequiredDescription
countNumberTrueReturns the total count of data matching the query conditions.
rowsObject[]TrueReturns an array of data matching the requested range.

rows object

nameTypeRequiredDescription
kit_idNumberTrueA unique identifier of the token kit.
version_idNumberTrueA unique identifier of the version.
project_idNumberTrueIdentifier of the project to which the created token kit belongs.
creator_idNumberTrueIdentifier of the EQ Hub user who created the token kit.
chain_idNumberTrueA unique identifier of the blockchain environment managed in EQ Hub.
contract_idNumberTrueA unique identifier of the smart contract.
statusNumberTrueToken kit deployment status.
1: Initial state
2: Deployment in progress
3: Deployment completed
is_publicBoolTrueIndicates whether other EQ Hub users can use specific features of the token kit.
nameStringTrueName of the token.
symbolStringTrueSymbol of the token.
imageStringTrueImage of the token.
admin_addressStringTrueWallet address of the contract owner.
eqhub_addressStringTrueWallet address managed by EQ Hub to control the version of the token kit.
versionObjectTrueVersion information object of the token kit.
created_atStringTrueMoment when token kit was created.
updated_atStringTrueMoment when token kit was updated.

version object

nameTypeRequiredDescription
version_idNumberTrueA unique identifier of the version.
kit_type_idNumberTrueA unique identifier of the kit type.
versionNumberTrueVersion information (e.g. 1.0.0)
is_publicNumberTrueVisibility status
is_latestNumberTrueWhether it is the latest version
deploy_countNumberTrueNumber of times this version of the kit has been deployed on the blockchain.
descriptionBoolTrueVersion description
created_atStringTrueMoment when version was created.
updated_atStringTrueMoment when version was updated.
Language
Click Try It! to start a request and see the response here!