Get risk flow graph

Returns a risk-flow diagram for an address that visualizes how funds move between it and the risky entities it is exposed to. The diagram is available as Mermaid markup, an interactive HTML wrapper, or a rendered PNG image, making it suitable for embedding in reports or investigation UIs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Blockchain network identifier, e.g. 'evm', 'bitcoin' or 'tron'

string
required

Blockchain address to analyze

Query Params
string
Defaults to mermaid

Output format: 'mermaid' for diagram only, 'html' for interactive wrapper, 'png' for rendered image

boolean
Defaults to true

Include interactive features (tooltips, click-to-copy). Ignored for PNG format.

string | null

Risk analysis configuration. This parameter is a moniker to preconfigured configurations.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request

403

Unauthorized

500

Internal Server Error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
image/png