cURL
curl --request GET \ --url https://api.axiom.xyz/v1/proofs/{proof_id}/proof/{proof_type} \ --header 'Axiom-API-Key: <api-key>'
"<any>"
Download the proof file (as json) directly.
The type of proof to download, must be one of: stark, root, evm
Successful Response
The response is of type any.
any
Was this page helpful?