# Wavy Node ## Docs - [Create address](https://docs.wavynode.com/api-reference/endpoint/create-address.md): Creates a new relevant address to listen for compliance events and alerts for a given project. Requires Developer role. - [Create API key](https://docs.wavynode.com/api-reference/endpoint/create-api-key.md): Creates a new API key for a given project. - [Create investigation](https://docs.wavynode.com/api-reference/endpoint/create-investigation.md): Creates a new investigation for a wallet address. Optionally triggers an incremental layer-by-layer analysis. - [Delete address](https://docs.wavynode.com/api-reference/endpoint/delete-address.md): Removes a relevant address from the project's monitored address list. - [Delete API key](https://docs.wavynode.com/api-reference/endpoint/delete-api-key.md): Deletes an API key for a given project. - [Delete investigation](https://docs.wavynode.com/api-reference/endpoint/delete-investigation.md): Deletes an investigation. Analysis and graph data are preserved for audit. - [Get layer result](https://docs.wavynode.com/api-reference/endpoint/get-analysis-layer.md): Returns the incremental analysis result for a specific BFS depth layer, including the cumulative graph and detected patterns. - [Get analysis progress](https://docs.wavynode.com/api-reference/endpoint/get-analysis-progress.md): Returns the current progress of an analysis, including completed layers and provisional risk score. - [Get chain details](https://docs.wavynode.com/api-reference/endpoint/get-chain.md): Retrieves detailed information about a specific blockchain network, including market data and network statistics. - [Get investigation](https://docs.wavynode.com/api-reference/endpoint/get-investigation.md): Retrieves a specific investigation with its transaction graph nodes and edges. - [Get report download URL](https://docs.wavynode.com/api-reference/endpoint/get-report-download.md): Retrieves a signed URL to download a specific compliance report. - [Scan risk](https://docs.wavynode.com/api-reference/endpoint/get-scan-risk-results.md): Retrieves risk analysis results for one or more blockchain addresses. Requires Developer role. - [Get wallet balance](https://docs.wavynode.com/api-reference/endpoint/get-wallet-balance.md): Retrieves the total balance of a wallet address in USD, along with individual asset breakdowns. - [Get wallet report](https://docs.wavynode.com/api-reference/endpoint/get-wallet-report.md): Generates an AI-written report about the compliance status and activity of a specific wallet address. - [Get wallet status](https://docs.wavynode.com/api-reference/endpoint/get-wallet-status.md): Retrieves the compliance status of a specific wallet address, including risk tags and recent activity. - [List addresses](https://docs.wavynode.com/api-reference/endpoint/list-addresses.md): Retrieves all the relevant on-chain addresses configured for a specific project. - [List API keys](https://docs.wavynode.com/api-reference/endpoint/list-api-keys.md): Retrieves all the API keys for a given project. - [List all chains](https://docs.wavynode.com/api-reference/endpoint/list-chains.md): Retrieves all the blockchain networks supported by Wavy Node. - [List investigations](https://docs.wavynode.com/api-reference/endpoint/list-investigations.md): Retrieves all investigations for a project, including risk scores from linked analyses. - [List compliance reports](https://docs.wavynode.com/api-reference/endpoint/list-reports.md): Retrieves compliance reports filtered by project, period, and country. Reports are auto-generated documents required by regulators. - [Update investigation](https://docs.wavynode.com/api-reference/endpoint/update-investigation.md): Updates an investigation's name, status, or tracked transactions. - [Introduction](https://docs.wavynode.com/api-reference/introduction.md): Compliance, fraud prevention, and risk analysis API for payment providers and crypto exchanges in Latin America. - [Regulations](https://docs.wavynode.com/concepts/regulations.md): Regulatory framework covered by Wavy Node. - [Risk scores](https://docs.wavynode.com/concepts/risk.md): How Wavy Node calculates risk scores for blockchain addresses using contextual and deterministic analysis. - [Risk analysis](https://docs.wavynode.com/concepts/risk-analysis.md): Detected patterns, volume scaling, and response examples from the Wavy Node risk scoring system. - [Supported](https://docs.wavynode.com/concepts/supported.md): Blockchain networks and tokens monitored by Wavy Node. - [Transactions](https://docs.wavynode.com/concepts/transactions.md): How Wavy Node monitors and analyzes on-chain transactions in real time - [Welcome to Wavy Node](https://docs.wavynode.com/index.md): Enterprise-grade automated compliance, regulatory monitoring and reporting for stablecoin payments. - [Authentication](https://docs.wavynode.com/integrations/authentication.md): Learn how to verify that incoming requests to your integration are authentically from Wavy Node using HMAC-SHA256. - [Endpoints](https://docs.wavynode.com/integrations/endpoints.md): Implement the two required routes in your integration server to receive user data requests and real-time notifications from Wavy Node. - [Overview](https://docs.wavynode.com/integrations/overview.md): Connect your application with Wavy Node by setting up a single integration server with two routes to receive real-time compliance notifications and serve user data. - [Setup with template](https://docs.wavynode.com/integrations/setup.md): Step-by-step guide to set up a local development environment for your Wavy Node integration using the official template. - [Quickstart](https://docs.wavynode.com/quickstart.md): Integrate Wavy Node into your platform in minutes ## OpenAPI Specs - [openapi](https://docs.wavynode.com/api-reference/openapi.json)