Skip to main content
GET
Get proofs by wallet or DID

Headers

x-wallet-address
string
x-signature
string
x-signed-timestamp
string
x-chain
string

CAIP-2 chain reference for non-EVM signature verification (e.g. solana:mainnet)

x-signature-method
string

Signature method hint for non-EVM signatures (e.g. ed25519)

Path Parameters

address
string
required

Query Parameters

limit
integer
Required range: 1 <= x <= 1000
offset
integer
Required range: x >= 0
cursor
string
Maximum string length: 2048
status
string
visibility
enum<string>
Available options:
public
isPublicRead
enum<string>
Available options:
1,
true,
yes
includeHistory
enum<string>
Available options:
1,
true,
yes
tag
string
tags
string
includeSecrets
enum<string>
Available options:
1,
true,
yes,
0,
false,
no
qHash
string

Filter to single proof by qHash

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

Response

OK

success
enum<boolean>
required
Available options:
true
data
object
required
timestamp
Last modified on July 22, 2026