cURL
curl --request GET \ --url https://api.axiom.xyz/v1/verify/{verify_id} \ --header 'Axiom-API-Key: <api-key>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "result": "processing" }
Check the status and result of an EVM proof verification.
Verification result retrieved successfully
User-facing EVM verification response model.
EVM verification results.
processing
verified
failed
Was this page helpful?