Verify Contracts

Import from Etherscan

Import a contract verified on an Etherscan instance or a service with Etherscan-alike API

post/v2/verify/etherscan/{chainId}/{address}

Path parameters

chainIdstring required
Example:42429

The chainId number of the EVM chain

addressstring required
Example:0x7edE40F77eCC3dF80Ce81861D9FD5c519faEE844

Contract's 20 byte address in hex string with the 0x prefix. Case insensitive.

Request body

apiKeystring

API key to use when importing from the Etherscan instance or Etherscan-alike API.

Response

Successfully submitted the verification. The server started to process the verification.

You can follow the verification status via the returned verificationId at GET /v2/verify/{verificationId}

verificationIdstring uuid required

Changes