Wallet background check
Status
Wallet background check
Generates an AI-written background check report about the compliance status and activity of a wallet address.
GET
Wallet background check
Runs an AI background check on a wallet address and returns a written report covering its compliance status and on-chain activity.
Supported wallet formats
The endpoint accepts EVM, Solana, Stellar, Tron, and Bitcoin addresses:- EVM:
0xfollowed by 40 hex characters - Solana / Tron / Stellar / Bitcoin: standard address formats of each network
Caching
Reports are cached per address with a TTL. The endpoint returns the cached report when one exists and has not expired; otherwise it generates a fresh one.Example
Response
The response
data field is a markdown string, not a structured object.Authorizations
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
Path Parameters
Wallet address to check (EVM, Solana, Stellar, Tron, or Bitcoin)
Query Parameters
When true, bypasses the cache and regenerates the report