Is Klaytn API Only Serviceable for Contracts Deployed Through KAS?
Hello. This is Klaytn API Service team.
Please refer to the following information about coverage of Klaytn API Service.
Essentially, we only support Klaytn API for contracts deployed through KAS KIP API. Therefore, contracts deployed through external accounts will not be retrieved.
[Example]
- GET /v1/contract/0xac1301aFdAd9CCe4Da3D5B8B1aA080818B73Ae2b
{
“code”: 1100101,
“message”: “data don’t exist”,
“requestId”: “762d9cac-18eb-9200-b2c9-89304c5d0785”
}
As above, an error would occur from the API call of a contract that isn't deployed through KAS, and thus data will not be returned.
For any additional questions, you may select Inquiry Registration above the KAS Help Center where you can register your inquiry.
Thank you.
Klaytn API Service team.