For the complete documentation index, see llms.txt. This page is also available as Markdown.

Verify Contract (Standard JSON)

Submit a contract for verification via the Solidity standard JSON input or Vyper JSON input.

https://verify-api.vechainstats.com/v2/verify/100009/{address}
Request body example:

{
  "stdJsonInput": {},
  "compilerVersion": "0.8.7+commit.e28d00a7",
  "contractIdentifier": "contracts/Storage.sol:Storage",
  "creationTransactionHash": "0xb6ee9d528b336942dd70d3b41e2811be10a473776352009fd73f85604f5ed206"
}

Success:

{
  "verificationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Last updated