# BlockCypher API **Provider:** BlockCypher **Category:** developer **Base URL:** `https://www.blockcypher.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3 req/s ยท 200 req/hour (free) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.blockcypher.com/ ## Description BlockCypher is the infrastructure fabric for blockchain applications. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.blockcypher.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.blockcypher.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 3 req/s, 200 req/hour, 2,000 req/hour with API key. Paid from $39/mo. --- *Source: [API Map](https://apimap.dev/apis/blockcypher/) โ€” CC BY 4.0*