Bitquery
Onchain GraphQL APIs & DEX APIs
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Blockchain
- Documentation / URL
- https://graphql.bitquery.io/ide
Overview
Bitquery provides on-chain GraphQL APIs — key-based (unauthenticated requests get 401, verified).
Quick Start
Query (replace YOUR_KEY):
curl -X POST "https://graphql.bitquery.io/" \
-H "X-API-KEY: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"{ ethereum { transactions(limit: 1) { hash } } }"}'
Authentication
- Register at bitquery.io → API key.
- Send it as the
X-API-KEYheader (missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- On-chain data, DEX APIs.
FAQ
Is Bitquery free? Free tier with limits; more is paid.
Why 401? An API key is required (verified).
What’s the auth style?
X-API-KEY header + GraphQL.
More in Blockchain
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Blockscout Multichain block explorer REST API (with Etherscan-compatible JSON-RPC) | API Key | Yes | No | ↗ |
| Chainlink Build hybrid smart contracts with Chainlink | No auth | Yes | Unknown | ↗ |
| Chainpoint Chainpoint is a global network for anchoring data to the Bitcoin blockchain | No auth | Yes | Unknown | ↗ |
| ClearTrace Cross-frontend DEX attribution and execution quality data across Ethereum and L2s | No auth | Yes | Yes | ↗ |
| Covalent Multi-blockchain data aggregator platform | API Key | Yes | Unknown | ↗ |