v1

latestOpenAPI 3.1.02026-07-17373221.0 KB
(Deprecated) Session Verification

Verify from Etherscan

post/session/verify/etherscan

Request body

addressstring address required
chainIdstring supported-chainId required
apiKeystring

Example request

{
  "apiKey": "*********************************"
}

Response

OK

unusedstring[]

Example response

{
  "contracts": [
    {
      "verificationId": "0x3f67e9f57515bb1e7195c7c5af1eff630091567c0bb65ba3dece57a56da766fe",
      "compiledPath": "browser/1_Storage.sol",
      "name": "Storage",
      "compilerVersion": "0.6.6+commit.6c089d02",
      "address": "0x656d0062eC89c940213E3F3170EA8b2add1c0143",
      "chainId": "100",
      "files": {
        "found": [
          "browser/1_Storage.sol"
        ]
      },
      "status": "perfect",
      "storageTimestamp": "2021-01-12T15:41:56.502Z"
    }
  ]
}