get https://ag.eqhub.eqbr.com/api/v1/nft-kits//entrances
Returns information about the list of entrances of a specific NFT kit.
Response
| name | Type | Required | Description |
|---|---|---|---|
| count | Number | True | Returns the total count of data matching the query conditions. |
| rows | Object[] | True | Returns an array of data matching the requested range. |
rows object
| 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. |
