Skip to main content
GET
/
wallets
/
{wallet}
/
report
Get wallet report
curl --request GET \
  --url https://api.wavynode.com/v1/wallets/{wallet}/report \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": "<string>"
}

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

The EVM wallet address to query

Response

200 - application/json

AI-generated wallet report

success
boolean
data
string

AI-generated report in markdown format