get https://ag.eqhub.eqbr.com/api/v1/nft-kits//entrances//success-histories
Returns information about the list of entrance success histories.
| 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. |
| name | Type | Required | Description |
|---|
| entrance_success_history_id | Number | True | A unique identifier of the entrance success history. |
| entrance_id | Number | True | A unique identifier of the entrance. |
| holder_address | String | True | An address whom owns the NFT. |
| token_id | String | True | A unique identifier of the NFT managed in the contract. |
| authorizer_address | String | True | The address that validates the entrance passage of the holder. |
| transaction_hash | String | True | Hashed value of the requested transaction. |
| timestamp | String | True | An unix timestamp when transfer transaction was sent. |
| entrance | Object | True | Entrance information object of the entrance success history. |
| 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. |