Returns the information of a KIP-37 contract. Use the alias
or contract address to specify the contract.
Your request was successful.
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}' \ -H 'x-chain-id: string'
Your request was successful.
{- "address": "0xcbcbe8297801600bf8e0530baa2fdd6358547ebe",
- "alias": "my-first-kip37",
- "status": "deployed",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}