특정 토큰이 발행된 시점부터 전송 이력 목록을 반환합니다. 각각의 응답 아이템이 한건의 전송 이력을 나타냅니다.
요청이 성공적입니다.
요청이 유효하지 않습니다.
자격증명 정보가 유효하지 않습니다.
요청한 자원이 존재하지 않습니다.
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'
요청이 성공적입니다.
{- "cursor": "eyJjm...ZSJ9",
- "items": [
- {
- "from": "0xbafa182d3fccebcb1701b66a69f0e7b40f3a52c4",
- "timestamp": 1607391306,
- "to": "0xae7bb7efff289c163a95303795c4d59293f6ba92"
}, - {
- "from": "0x0000000000000000000000000000000000000000",
- "timestamp": 1607330287,
- "to": "0xbafa182d3fccebcb1701b66a69f0e7b40f3a52c4"
}
]
}