Skip to main content
This guide gets you from zero to monitoring wallet addresses and receiving compliance alerts. By the end, you’ll have registered an address, run a risk scan, and know how to access your compliance reports.

Prerequisites

  • A Wavy Node account
  • Your API key (available in the dashboard)
  • A project with a projectId (found in Project Settings)

Step 1: Set up your credentials

Sign up on the Wavy Node dashboard and copy your API key from Project Settings.
The x-api-key header must include the ApiKey prefix followed by your key. The correct format is:
A common mistake is sending only the key without the prefix. Requests without ApiKey will be rejected with an authentication error.

Step 2: Check supported chains

Verify which blockchain networks are available:

Step 3: Register an address for monitoring

Add a wallet address to your project so Wavy Node can monitor it:
The foreign_user_id links this wallet to a user in your system. When you set up an integration, Wavy Node uses this ID to request user data for compliance reports.

Step 4: Run a risk scan

Perform a quick risk analysis on the registered address:
When suspicious patterns are detected, the response includes them with their severity and a human-readable message:
A risk score under 20 indicates minimal risk. Addresses scoring above 60 should be investigated further. For deeper analysis with date ranges and chain filtering, use the async risk analysis endpoint.

Step 5: Access compliance reports

Compliance reports are generated automatically based on your project’s activity and active legislations. Download them from the Wavy Node dashboard under Reports > Regulatory Thresholds.
Reports are available for México (MX) and Colombia (CO). Support for El Salvador (SV) and Guatemala (GT) is coming soon.

What’s next

You’ve registered an address and run your first risk scan. To receive real-time alerts and enable automatic compliance report generation, set up an integration:

Set up an integration

Connect your app to receive webhooks and serve user data for compliance.

Risk scores

Understand how risk scores are calculated.

Regulations

Explore the regulations Wavy Node covers.

API Reference

Browse all available endpoints.