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

Error handling

Errors return a consistent JSON payload with a code, message, and a recommended retry strategy.

401
Unauthorized
The API key or signature is invalid or missing.
404
Not found
The requested resource or flow_id does not exist.
429
Rate limit reached
Too many requests. Retry after the window resets.
503
Upstream delay
Indexers are catching up. Safe to retry in 30 seconds.