cURL
curl --request GET \ --url https://api.wavynode.com/v1/wallets/{wallet}/status \ --header 'x-api-header: <api-key>'
{ "success": true, "data": { "status": "<string>", "tags": [ "<string>" ], "lastTxs": [ {} ], "lastDapps": [ {} ] } }
Retrieves the compliance status of a specific wallet address, including risk tags and recent activity.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The EVM wallet address to query
The chain ID to perform the query on
Wallet status
Show child attributes