get https://ag.eqhub.eqbr.com/api/v1/nft-kits//permissions/histories
Returns a list of NFT approval histories. You can use query parameters to return results with specific conditions.
Response
name | Type | Required | Description |
---|---|---|---|
approval_history_id | Number | True | A unique identifier of the NFT approval history. |
nft_kit_id | Number | True | A unique identifier of the NFT kit. |
block_number | Number | True | Number(height) of the block. |
approver | String | True | An address whom owns the NFT. |
operator | String | True | An address being allowed by owner, which is able to transfer owners NFT. |
is_approved | Bool | True | Indicates whether the owner has approved the NFT for transfer by an operator. |
tx_hash | String | True | Hashed value of the requested transaction. |
timestamp | String | True | An unix timestamp when transfer transaction was sent. |