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

Entity intelligence

Access entity profiles, labels, and wallet clustering to understand how desks and custodians move across chains.

GET
/v1/entities/{entity_id}
Fetch entity profile, labels, and wallet clusters.
entity_id
string
Entity slug or UUID.
window
string
24h, 7d, 30d, 90d.
metrics
string
flows, pnl, exposures.
ReturnsEntityProfile
POST
/v1/entities/search
Search for entities by name, tag, or wallet address.
query
string
Search query.
limit
number
Max results (default 20).
include_labels
boolean
Include labels array.
ReturnsEntitySearchResult[]