Skip to main content
GET
/
api
/
v1
/
proofs
/
by-wallet
/
{address}
Get proofs by wallet or DID
curl --request GET \
  --url https://api.neus.network/api/v1/proofs/by-wallet/{address}
{
  "success": true,
  "data": {
    "proofs": [
      {}
    ],
    "totalCount": 123,
    "hasMore": true,
    "resolved": {},
    "pagination": {},
    "nextOffset": 123
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

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
status
string
chainId
integer

Filter proofs by chain ID (e.g., 84532 for Base Sepolia)

visibility
enum<string>
Available options:
public
isPublicRead
enum<string>
Available options:
1,
true,
yes
includeHistory
enum<string>
Available options:
1,
true,
yes

Response

OK

success
enum<boolean>
required
Available options:
true
data
object
required
timestamp