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 Key
Response Formats
GraphQL
Availability
global
Status
Published
Rate Limits

Free tier available

Supported Languages
JavaScriptPython
Use Cases
crypto analytics
transaction tracking
https://bitquery.io/pricing

Related APIs

Discover similar APIs that might interest you

APIopen source

Web3.js Ethereum API

Web3.js is the leading free and open-sou...

Category
Blockchain
Endpoints
1
ethereumweb3
APIopen source

Chainpoint

Chainpoint API offers a public API that ...

Category
Blockchain
Endpoints
1
blockchainverification
APIopen source

Helium Blockchain API

Helium Blockchain API offers public acce...

Category
Blockchain
Endpoints
1
blockchainiot