post https://ag.eqhub.eqbr.com/api/v1/nft-kits//entrances//request
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_request_id | Number | True | A unique identifier of the entrance request. |
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. |
request_time | String | True | The moment when the entrance request was made. |
status | Number | True | The entrance request status. 0 - DENIED 1 - APPROVED |
created_at | String | True | Moment when entrance request was created. |
updated_at | String | True | Moment when entrance request was updated. |