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

Authentication

Authenticate using an API key with HMAC signing. Include the key in the x-ocf-key header and send a unix timestamp in x-ocf-ts.

Signature format

HMAC-SHA256 of METHOD + PATH + TIMESTAMP.

Header: x-ocf-signature