Get NFT Approval History List

Returns a list of NFT approval histories. You can use query parameters to return results with specific conditions.

Response

nameTypeRequiredDescription
approval_history_idNumberTrueA unique identifier of the NFT approval history.
nft_kit_idNumberTrueA unique identifier of the NFT kit.
block_numberNumberTrueNumber(height) of the block.
approverStringTrueAn address whom owns the NFT.
operatorStringTrueAn address being allowed by owner, which is able to transfer owners NFT.
is_approvedBoolTrueIndicates whether the owner has approved the NFT for transfer by an operator.
tx_hashStringTrueHashed value of the requested transaction.
timestampStringTrueAn unix timestamp when transfer transaction was sent.
Language
Click Try It! to start a request and see the response here!