Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract 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}' \ -H 'x-chain-id: string'
Your request was successful.
{- "address": "0x7766a3af39e4fffbaccf6efa6a37ed195f9179b4",
- "alias": "test",
- "name": "Test NFT",
- "symbol": "TEST",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}