특정 NFT의 소유권 변경 기록을 조회합니다.
size
쿼리 파라미터는 선택 파라미터입니다 (최소값 = 1, 최대값 = 1000, 기본값 = 100)size=100
)을 사용합니다curl -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": ""
}