Returns a list of all tokens minted from a specified KIP-17 contract. You can use the contract alias in place of the address.
Your request was successful.
Your request is not valid.
The credential you entered is invalid.
curl -i -X GET \ -u <username>:<password> \ 'https://kip17-api.klaytnapi.com/v2/contract/{contract-address-or-alias}/token?size=0&cursor=string' \ -H 'x-chain-id: string'
Your request was successful.
{- "cursor": "eyJjm...ZSJ9",
- "items": [
- {
- "createdAt": 1608640582,
- "updatedAt": 1608640582,
- "owner": "0xdc277e2d89b92336a4ee80be3c7142443fdade47",
- "previousOwner": "0x0000000000000000000000000000000000000000",
- "tokenId": "0x9",
- "transactionHash": "0xb5fcf5f9bb28e6584104b743630371cef234c176a5c42b65e5a01299c0c2e6ff"
}, - {
- "createdAt": 1607396973,
- "updatedAt": 1607396973,
- "owner": "0xdc277e2d89b92336a4ee80be3c7142443fdade47",
- "previousOwner": "0x0000000000000000000000000000000000000000",
- "tokenId": "0x8",
- "transactionHash": "0xd2b5d09aa13e6306ef65507c324c92d3f91aa03003ed480fe8a11e4adca713d4"
}
]
}