cURL
curl --request POST \ --url https://api.example.com/session/verify-checked \ --header 'Content-Type: application/json' \ --data ' { "contracts": [ { "address": "<string>", "chainId": "<string>", "creatorTxHash": "<string>", "verificationId": "<string>" } ] } '
{ "contracts": [ { "verificationId": "<string>", "compiledPath": "<string>", "name": "<string>", "compilerVersion": "<string>", "address": "<string>", "chainId": "<string>", "files": { "found": [ "<string>" ], "missing": [ "<string>" ] }, "status": "<string>", "storageTimestamp": "2023-11-07T05:31:56Z" } ], "unused": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Dry-run flag. When present and set to true, a successful verification result will not be stored in the repository.
Show child attributes
OK
Was this page helpful?