# BlockFacts.io API **Provider:** BlockFacts.io **Category:** finance **Base URL:** `https://blockfacts.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://blockfacts.io/ ## Description Compliance-first digital asset data with REST and WebSocket API support. Real-time cryptocurrency data from multiple exchanges via a single unified API. SDKs for integration, rich historic tick data. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://blockfacts.io/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://blockfacts.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10,000 req/month. Paid plans for higher usage of crypto price aggregation. --- *Source: [API Map](https://apimap.dev/apis/blockfacts-io/) — CC BY 4.0*