Skip to content

CryptaChain APIBlockchain data for builders

60+ chains, sub-100ms P99, integrated compliance screening, fair market value pricing in 36 currencies — one HTTP API.

Base URL

https://api.cryptachain.com

All endpoints are prefixed with /v1. Authentication is via X-API-Key header.

What you can build

Use CaseEndpointLatency
CASP compliance screeningPOST /v1/screen/address~20ms (fast)
Wallet enrichmentGET /v1/wallets/{addr}/transfers~50ms
Tax reporting (DAC8)GET /v1/wallets/{addr}/transfers + prices~80ms
Price / NAV calculationGET /v1/prices/by-symbol~15ms
FX rate lookupGET /v1/fx/rate~10ms
Fund tracingGET /v1/investigate/graph~200ms
Real-time monitoringWebhooksPush-based

Quick start

bash
# Get your free API key at https://app.cryptachain.com/signup
# Then make your first call:
curl https://api.cryptachain.com/v1/wallets/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/balances \
  -H "X-API-Key: YOUR_API_KEY"

Full quick start guide →

CryptaChain API — built by CryptaCount Luxembourg S.a r.l.