cURL
curl --request POST \ --url https://api.example.com/session/input-contract \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chainId": "<string>" } '
{ "contracts": [ { "compiledPath": "<string>", "name": "<string>", "compilerVersion": "<string>", "files": { "found": [ "<string>" ], "missing": [ "<string>" ] }, "verificationId": "<string>", "status": "perfect" } ], "unused": [ "<string>" ] }
Response is sent when the upload is successful under different conditions.
Show child attributes
Was this page helpful?