Returns the transaction history of a specified token from the time it was minted. Each item in the response represents a transfer.
Your request was successful.
Your request is not valid.
The credential you entered is invalid.
The resource you requested does not exist.
curl -i -X GET \ -u <username>:<password> \ 'https://kip17-api.klaytnapi.com/v2/contract/{contract-address-or-alias}/token/{token-id}/history?size=0&cursor=string' \ -H 'x-chain-id: string'
Your request was successful.
{- "cursor": "eyJjm...ZSJ9",
- "items": [
- {
- "from": "0xbafa182d3fccebcb1701b66a69f0e7b40f3a52c4",
- "timestamp": 1607391306,
- "to": "0xae7bb7efff289c163a95303795c4d59293f6ba92"
}, - {
- "from": "0x0000000000000000000000000000000000000000",
- "timestamp": 1607330287,
- "to": "0xbafa182d3fccebcb1701b66a69f0e7b40f3a52c4"
}
]
}