cURL
curl --request GET \ --url https://api.axiom.xyz/v1/configs/{config_id}/evm_verifier \ --header 'Axiom-API-Key: <api-key>'
"<any>"
Download the EVM verifier as a json file directly.
Since the EVM verifier file is small, we download it and stream it directly in the response instead of generating a presigned URL.
Successful Response
The response is of type any.
any
Was this page helpful?