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-header: <api-key>'
{
  "success": true,
  "data": "<string>"
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

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