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

Related APIs

Discover similar APIs that might interest you

APIfreemium

Etherscan API

Etherscan API provides developers with p...

Category
Blockchain
Endpoints
1
blockchain-dataethereum-exploreretherscan
APIopen source

Web3.js Ethereum API

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

Category
Blockchain
Endpoints
1
ethereumweb3
APIopen source

Helium Blockchain API

Helium Blockchain API offers public acce...

Category
Blockchain
Endpoints
1
blockchainiot
Bitquery API – Blockchain Data API for Public APIs | Free API Hub