v1

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

Import deployed contract trying to fetch metadata and files form IPFS

post/session/input-contract

Request body

addressstring address required
chainIdstring supported-chainId required

Response

Response is sent when the upload is successful under different conditions.

unusedstring[]

Example response

{
  "contracts": [
    {
      "compiledPath": "browser/1_Storage.sol",
      "name": "Storage",
      "compilerVersion": "0.6.6+commit.6c089d02",
      "verificationId": "0x3f67e9f57515bb1e7195c7c5af1eff630091567c0bb65ba3dece57a56da766fe"
    }
  ]
}