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
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