Returns a list of tokens minted from a specified KIP-37 contract.
The items in the response are shown in lexicographical order of token ID.
Your request was successful.
The request is not valid.
The resource you requested does not exist.
curl -i -X GET \ -u <username>:<password> \ 'https://kip37-api.klaytnapi.com/v2/contract/{contract-address-or-alias}/token?size=0&cursor=string' \ -H 'x-chain-id: string'
Your request was successful.
{- "items": [
- {
- "tokenId": "0x1",
- "totalSupply": "0xaf298d050e4395d69670b12b7f41000000000000",
}
], - "cursor": "z53x014AdOQJGNl6V99k3wAap7M08oLKedg5DVqlLdZqWwPQzo3aM7v8A9J6V2nmqnpgDNOeGkblm1BKEX5x0Yr46bW2ZN4YGmQPJO1xBvrEzXrW2gbvDZ7EKMaYmkew"
}