post https://ag.eqhub.eqbr.com/api/v1/nft-kits//entrances//codes
This is a request to create entrance code.
Response
name | Type | Required | Description |
---|---|---|---|
entrance_code_id | Number | True | A unique identifier of the entrance code. |
entrance_id | Number | True | A unique identifier of the entrance. |
code | String | True | A 16-character random hexadecimal string. |
token_id | String | True | A unique identifier of the NFT managed in the contract. |
holder_signature | String | True | The signature value generated using the EIP-712 method. |
expiration_time | String | True | The time when the entrance code expires. |
status | Number | True | The entrance code status. 0 - CREATED 1 - USED |