curl --request POST \
--url https://api.example.com/session/verify/etherscan \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"chainId": "<string>",
"apiKey": "<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>"
]
}curl --request POST \
--url https://api.example.com/session/verify/etherscan \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"chainId": "<string>",
"apiKey": "<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>"
]
}Was this page helpful?