Get Entrance Success History List

Returns information about the list of entrance success histories.

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
entrance_success_history_idNumberTrueA unique identifier of the entrance success history.
entrance_idNumberTrueA unique identifier of the entrance.
holder_addressStringTrueAn address whom owns the NFT.
token_idStringTrueA unique identifier of the NFT managed in the contract.
authorizer_addressStringTrueThe address that validates the entrance passage of the holder.
transaction_hashStringTrueHashed value of the requested transaction.
timestampStringTrueAn unix timestamp when transfer transaction was sent.
entranceObjectTrueEntrance information object of the entrance success history.

entrance

nameTypeRequiredDescription
entrance_idNumberTrueA unique identifier of the entrance.
nft_kit_idNumberTrueA unique identifier of the NFT kit.
entrance_nameStringTrueThe name of entrance.
entrance_hashStringTrueThe Keccak-256 hash value of the entrance name.
locationStringTrueThe location information specified by the user.
expiration_timeStringTrueThe time when the entrance expires.
created_atStringTrueMoment when entrance was created.
updated_atStringTrueMoment when entrance was updated.
Language
Click Try It! to start a request and see the response here!