Skip to main content
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: 0x followed 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

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

Path Parameters

wallet
string
required

Wallet address to check (EVM, Solana, Stellar, Tron, or Bitcoin)

Query Parameters

recreate
boolean

When true, bypasses the cache and regenerates the report

Response

200 - application/json

AI-generated wallet background check report

success
boolean
data
string

AI-generated report in markdown format