/contracts/:contractId/proxy

Returns the Proxy Contract information of a specific blockchain environment with the Proxy Type Contract Id as an identification value. Contract Id is a unique value that can identify a smart contract. Proxy Contract plays the role of calling other smart contracts instead. I have the address of the Implementation Contract.

Response

NameTypeRequiredDescription
proxy_contract_idNumberTrueA unique identifier of the smart contract with contract type 'proxy'.
implementation_contract_idNumberTrueA unique identifier of the smart contract with contract type 'implementation'.
Language
Click Try It! to start a request and see the response here!