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 | null

Selects the risk configuration (preconfigured risk model — categories, hop depths, thresholds) to apply for this address. Accepted values are moniker names such as co-defi, co-vasp, co-institution. Prefix with co- to reference a CipherOwl-managed configuration. An unprefixed name resolves against your organization's customized configurations. When omitted or empty, the server resolves your organization's default configuration for the requested chain and returns the resolved name on the response. See https://readme.cipherowl.ai/reference/parameters for the current list.

string
^(mermaid|html|png)$
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.

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