Skip to main content
POST
Start risk analysis
This endpoint starts an asynchronous analysis job. The response includes a jobId that you must poll to retrieve the results.

Polling for results

After starting an analysis, poll the Get risk analysis result endpoint with the jobId to check for completion:

Quick risk

Synchronous risk check for fast single-address analysis.

Get risk result

Poll for the result of an async risk analysis job.

Risk scores

Learn how risk scores are calculated and interpreted.

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.

Body

application/json
address
string
required

The EVM wallet address to analyze

fromDate
string
required

Start date for the analysis window

toDate
string
required

End date for the analysis window

chainId
integer
required

Blockchain chain ID

Response

Risk analysis job started

success
boolean
data
object