- Home
- Categories
- Blockchain
- Bitquery API
Bitquery API
Bitquery API is a robust GraphQL-based service offering comprehensive access to historical and real-time data from over 40 blockchains, tailored for developers and researchers.
Developed by Bitquery Inc.
Reference for available routes, request structures, and live examples.
Query blockchain data using GraphQL
https://graphql.bitquery.io/graphqlcurl -X POST 'https://graphql.bitquery.io/graphql' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"query": "query { ethereum(network: ethereum) { transactions(txHash: {is: \"0x...\"}) { block { timestamp } } }"
}{
"data": {
"ethereum": {
"transactions": [
{
"block": {
"timestamp": "2023-07-18T10:30:00Z"
}
}
]
}
}
}- Real‑time trading botsOptimized Capability
- Blockchain analytics dashboardsOptimized Capability
- Wallet balance and transaction fetcherOptimized Capability
- Crypto forensics and complianceOptimized Capability
- NFT ownership trackingOptimized Capability
- ✓ Unified multi‑chain schema reduces integration complexity
- ✓ Real‑time data via subscriptions and low‑latency streams
- ✓ Integrated IDE with visualization and code snippet export
- ✓ Flexible points‑based billing aligns cost to resource usage
- ✗ Points‑based billing may require learning curve for cost estimation
- ✗ Rate limit on free tier is low (10 req/minute)
- ✗ GraphQL may be unfamiliar to REST‑focused developers
- ✗ Full enterprise features require contacting sales
FAQs
API Specifications
v2Minutes—sign up, get API key, and run queries in IDE
10 requests/minute (free tier), higher tiers unthrottled
Free plan: 1,000 points trial, 10 rows per request, 10 requests/minute, valid for 1 month; no credit card required
Use Case: Best For
Developers needing unified, real‑time, multi‑chain blockchain data via GraphQL
Not Recommended For
Users needing simple REST APIs, or those requiring heavy data extraction without optimizing query costs
Explore Related APIs
Discover similar APIs to Bitquery API
Covalent API
The Covalent API offers developers free access to aggregate blockchain data from over 100 networks, facilitating the building of multi-chain applications.
Etherscan API
The Etherscan API offers developers free access to comprehensive Ethereum blockchain data, suitable for applications such as crypto wallets and analytics tools.
The Graph API
The Graph API allows developers to efficiently query blockchain data using GraphQL, organizing data from Ethereum and Polygon networks into subgraphs for real-time access.