GET
/
v1
/
proofs
/
{proof_id}
/
proof
/
{proof_type}
curl --request GET \
  --url https://api.axiom.xyz/v1/proofs/{proof_id}/proof/{proof_type} \
  --header 'Axiom-API-Key: <api-key>'
"<any>"

Authorizations

Axiom-API-Key
string
header
required

Path Parameters

proof_id
string
required
proof_type
string
required

The type of proof to download, must be one of: stark, root, evm

Response

200
application/json

Successful Response

The response is of type any.