Skip to main content
GET
/
api
/
v1
/
proofs
/
{qHash}
Get proof record by receipt id (qHash)
curl --request GET \
  --url https://api.neus.network/api/v1/proofs/{qHash}
{
  "success": true,
  "data": {},
  "status": "<string>",
  "qHash": "<string>",
  "cached": true,
  "cachedAt": 123
}

Headers

x-wallet-address
string
x-track-view
enum<string>
Available options:
1,
true
x-signature
string
x-signed-timestamp
string

Path Parameters

qHash
string
required
Pattern: ^0x[a-fA-F0-9]{64}$

Query Parameters

latestScope
enum<string>
Available options:
1,
true,
yes
trackView
enum<string>
Available options:
1,
true
walletAddress
string
verifierId
string
scopeKey
string

Response

OK

Proof record and verification state. The data object is shaped for the caller (public, owner-authenticated, or minimal private).

success
boolean
data
object
status
string
qHash
string
cached
boolean
cachedAt
number