API Reference

OnChainFlows API

Build custom alerts, dashboards, and research pipelines with raw on-chain flow intelligence. Every endpoint returns normalized flow data with entity labels, confidence scores, and chain context.

12chains supported
350msmedian response time
99.98%uptime SLA
Quickstart
  1. Create an API key in your workspace.
  2. Whitelist your origin or server IP.
  3. Send a signed request to /v1/flows/whales.
Base URLhttps://api.onchainflows.io

Whale flows

Query high-impact whale transfers across supported chains with filters for chain, value thresholds, and entity types.

GET
/v1/flows/whales
List high-impact whale transfers across supported chains.
chain
string
Filter by chain (eth, sol, btc).
min_value
number
Minimum USD value threshold.
entity_type
string
exchange, fund, otc, or wallet.
ReturnsFlowEvent[]
GET
/v1/flows/{flow_id}
Retrieve a single flow event with full entity context.
flow_id
string
Unique flow identifier.
include_graph
boolean
Include counterparties.
format
string
json or csv export.
ReturnsFlowEvent