Last updated 4 months ago
Returns NFT
Token identifier
"0.0.1960"
Serial number
"1"
NFT details
Message identifier
"1706823227.586179534"
NFT transaction history
const response = await fetch('/api/v1/entities/nfts/{tokenId}/{serialNumber}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "1706823227.586179534", "row": { "id": "667c240639282050117a1985", "tokenId": "0.0.4481265", "lastUpdate": 1716755852055, "serialNumber": 1, "metadata": "1706823227.586179534" }, "history": [ { "consensus_timestamp": "1707292471.903596642", "nonce": 0, "transaction_id": "0.0.1533323-1707292459-175375906", "type": "CRYPTOTRANSFER", "is_approval": false, "receiver_account_id": "0.0.1842221", "sender_account_id": "0.0.1533323" }, { "consensus_timestamp": "1707292470.199625477", "nonce": 0, "transaction_id": "0.0.1533323-1707292458-093221893", "type": "TOKENMINT", "is_approval": false, "receiver_account_id": "0.0.1533323", "sender_account_id": null } ] }