Skip to content

List wallet verifications

GET
/v2/onboarding/verifications

List all KYC wallet verification records with optional filtering by wallet address, chain ID, and status. Returns paginated results.

walletAddress
string

Filter by wallet address

Example
0x41abab3a4befc66569c5ccd9f4a687e141fa85b3
chainId
number

Filter by chain ID

Example
84532
status
string

Filter by status

Example
verified

Paginated list of wallet verifications.

object
data
required

List of wallet verifications

Array<object>
object
id
required

Unique verification ID

string
82c4fce1-d2c7-48cb-a647-6993dbe37819
walletAddress
required

Wallet address

string
0x41abab3a4befc66569c5ccd9f4a687e141fa85b3
chainId
required

Chain ID

number
84532
chain

Chain name

string
BASE_SEPOLIA
status
required

Verification status

string
verified
verificationSource

Source of verification (LOCAL_CACHE, TRUST_NETWORK, KYC_PROVIDER)

string
KYC_PROVIDER
vaspId

VASP identifier if verified via TRUST

string
5493001KJTIIGC8Y1R12
verifiedAt

When verification was completed

string
2025-11-27T04:18:07.173Z
expiresAt

When verification expires

string
2026-02-25T04:18:07.173Z
createdAt
required

Record creation timestamp

string
2025-11-27T04:18:07.173Z
kycRequestId

KYC request ID if linked

string
82c4fce1-d2c7-48cb-a647-6993dbe37819
providerSessionId

Provider session ID

string
67890abcdef
total
required

Total number of records

number
100
limit
required

Page size

number
20
offset
required

Offset

number
0

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error