Get ownership change history of certain NFTs.
size
is optional. (Min = 1, Max = 1000, Default = 100)size=100
) when given a 0size=1000
) when given a value higher than 1000curl -i -X GET \ -u <username>:<password> \ 'https://th-api.klaytnapi.com/v2/contract/nft/{nft-address}/token/{token-id}/history?size=0&cursor=string' \ -H 'x-chain-id: string'
{- "items": [
- {
- "from": "0x0000000000000000000000000000000000000000",
- "to": "0x36884a060be5438226c4deaf799b0f7de5abd5df",
- "timestamp": 1597226350
}
], - "cursor": ""
}