cURL
curl --request GET \ --url https://api.neus.network/api/v1/proofs/{qHash}
{ "success": true, "data": {}, "status": "<string>", "qHash": "<string>", "cached": true, "cachedAt": 123 }
Returns the proof record and verification state. Payload is shaped for the caller (public vs owner vs private).
1
true
^0x[a-fA-F0-9]{64}$
yes
OK
Proof record and verification state. The data object is shaped for the caller (public, owner-authenticated, or minimal private).
data