post https://ag.eqhub.eqbr.com/api/v1/nft-kits//entrances
This is a request to create entrance.
Response
name | Type | Required | Description |
---|---|---|---|
data | Object | True | Created data. |
transaction_hash | String | True | Hashed value of the requested transaction. |
data
name | Type | Required | Description |
---|---|---|---|
entrance_id | Number | True | A unique identifier of the entrance. |
nft_kit_id | Number | True | A unique identifier of the NFT kit. |
entrance_name | String | True | The name of entrance. |
entrance_hash | String | True | The Keccak-256 hash value of the entrance name. |
location | String | True | The location information specified by the user. |
expiration_time | String | True | The time when the entrance expires. |
created_at | String | True | Moment when entrance was created. |
updated_at | String | True | Moment when entrance was updated. |