Returns the owner of a specified KIP-37 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://kip37-api.klaytnapi.com/v2/contract/{contract-address-or-alias}/owner' \ -H 'x-chain-id: string'
Your request was successful.
{- "owner": "0xa809284C83b901eD106Aba4Ccda14628Af128e14"
}