Freemium
Bitquery API
Bitquery API is a powerful public API offering extensive blockchain data, including transactions, balances, and smart contract analytics. It enables developers and researchers to access reliable, real-time blockchain insights for building transparent and secure blockchain-based applications.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Query blockchain data using GraphQL
Full URL
https://graphql.bitquery.io/graphql
Code Examples
curl -X POST 'https://graphql.bitquery.io/graphql' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "query": "query { ethereum(network: ethereum) { transactions(txHash: {is: \"0x...\"}) { block { timestamp } } }" }
Example Response
{
"data": {
"ethereum": {
"transactions": [
{
"block": {
"timestamp": "2023-07-18T10:30:00Z"
}
}
]
}
}
}
Version
v1
Rate Limit
15 requests/minute
Tags
blockchaincryptocurrency
Technical Details
Authentication
API KeyResponse Formats
GraphQLAvailability
globalStatus
Published Rate Limits
Free tier available
Supported Languages
JavaScriptPython
Use Cases
crypto analytics
transaction tracking
Related APIs
Discover similar APIs that might interest you