cURL
curl --request POST \ --url https://api.example.com/verify \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chain": "<string>", "files": {}, "creatorTxHash": "<string>", "chosenContract": "<string>" } '
{ "result": [ { "address": "<string>", "chainId": "<string>", "status": "<string>", "message": "<string>", "libraryMap": {} } ] }
Sends provided files for verification
The contract has been successfully checked or sourcified
Show child attributes
Was this page helpful?