FreeAPIHub
HomeAPIsAI ModelsAI ToolsBlog
Favorites
FreeAPIHub

The central hub for discovering, testing, and integrating the world's best AI models and APIs.

Platform

  • Categories
  • AI Models
  • APIs

Company

  • About Us
  • Contact
  • FAQ

Help

  • Terms of Service
  • Privacy Policy
  • Cookies

© 2026 FreeAPIHub. All rights reserved.

GitHubTwitterLinkedIn
  1. Home
  2. Categories
  3. Blockchain
  4. Bitquery API
published

Bitquery API

The Bitquery API offers developers comprehensive access to on-chain data from over 40 blockchains, suitable for applications in analytics, compliance, and DeFi.

Developed by Bitquery Inc.

Live API
99.90%Uptime
250msLatency
320Stars
API KeyAuth
NoCredit Card
GraphQLStyle
v1.0Version

Reference

API Endpoints

Endpoints

Available routes, request structures, and code examples.

Query blockchain data using GraphQL

Endpoint URL
https://streaming.bitquery.io/graphql
Code Example
curl -X POST 'https://streaming.bitquery.io/graphql' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "query": "query { ethereum(network: ethereum) { transactions(txHash: {is: \"0x...\"}) { block { timestamp } } }"
}
Expected Response
{
  "data": {
    "ethereum": {
      "transactions": [
        {
          "block": {
            "timestamp": "2023-07-18T10:30:00Z"
          }
        }
      ]
    }
  }
}
Version:v1
Limit:15 requests/minute

Integration

Quick Start

cURL ExampleGraphQL
curl -X GET "https://streaming.bitquery.io/graphql/graphql"

Docs

Technical Documentation

What this API does

The Bitquery API provides developers with extensive access to blockchain data across more than 40 blockchains using a unified GraphQL interface. It offers comprehensive real-time and historical data on decentralized exchange (DEX) trades, NFT transactions, DeFi protocol activities, and smart contract details. The API returns data in JSON format, enabling flexible integration into various applications, including analytics platforms, compliance tools, and decentralized finance projects.

How it works

Developers utilize GraphQL to construct queries tailored to their needs, allowing for efficient retrieval of specific data points. The API supports a range of queries, either for historical data or live streaming data, making it easy to obtain insights into blockchain activities. This includes accessing DEX trading volumes, NFT minting events, or interaction details with DeFi protocols.

Authentication

Authentication is secured via an API key. Developers must sign up at Bitquery to obtain their API key, which is required for making calls to the API endpoints.

Example usage

  • GET /v1/graphql - Executes a GraphQL query to retrieve specific blockchain data.
  • GET /v1/nft - Retrieves NFT transaction data across supported blockchains.
  • GET /v1/defi - Accesses data related to decentralized finance protocols.
  • GET /v1/dex - Fetches DEX trading data, enabling analysis of trading trends.

Limits

The Bitquery API allows up to 1,000 free queries per month per API key. Make sure to monitor your usage to avoid hitting the limit.

Ideal use cases

  • Building blockchain analytics dashboards.
  • Creating tools for monitoring DEX trading activity.
  • Developing compliance solutions for blockchain data.
  • Integrating NFT data into digital marketplaces.

Examples

Real-World Applications

  • Building blockchain analytics dashboards
  • Monitoring DeFi protocol activity
  • Tracking NFT ownership and trading history
  • Compliance and fraud detection in cryptocurrency transactions
  • Integrating multi-chain data into financial applications

Evaluation

Advantages & Limitations

Advantages
  • ✓ Supports over 40 blockchains with unified schema
  • ✓ Comprehensive real-time and historical data
  • ✓ Flexible GraphQL queries for tailored data retrieval
  • ✓ Generous free tier and no credit card required
Limitations
  • ✗ GraphQL complexity may have a learning curve for beginners
  • ✗ Higher query volumes require paid plans
  • ✗ Latency may vary based on query complexity
  • ✗ Limited support for SOAP or REST styles

Support

Frequently Asked Questions

Important Notice

Verify Before You Decide

Last verified · Apr 30, 2026

The details on this page — including pricing, features, and availability — are based on our last review and may not reflect the provider's current offering. Providers update their products frequently, sometimes without prior notice.

What may have changed

Pricing Plans
Features & Limits
Availability
Terms & Policies

Always visit the official provider website to confirm the latest pricing, terms, and feature availability before subscribing or integrating.

Check official site

External Resources

Documentation Official Website Pricing Details Postman Collection

API Specifications

v1.0
Pricing Model
Tiered subscription with pay-as-you-go options
Credit Card
Not Required
Response Formats
JSON
Supported Languages
6 Languages
SDK Support
JavaScript, Python, Go
Rate Limit

100,000 queries per month; burst limit of 5,000 queries per hour

Time to Hello World

Minutes to get API key and start querying

Free Tier

1,000 free queries per month with no credit card required

Best For

Blockchain developers, DeFi analysts, NFT marketplaces, compliance teams

Not Ideal For

Applications requiring SOAP or REST APIs exclusively

Tags

#multi-chain#defi#streaming#graphql#analytics#blockchain#nft#web3#bitquery

You Might Also Like

More APIs Similar to Bitquery API

Covalent API

The Covalent API provides developers with free access to blockchain data across multiple blockchains, making it ideal for various blockchain applications.

PublicREST

Web3.js Ethereum API

Web3.js is an open-source library that allows developers to interact seamlessly with the Ethereum blockchain, manage wallets, and build dApps.

PublicREST

The Graph API

The Graph API offers free access to query indexed blockchain data via GraphQL, supporting major chains like Ethereum and Polygon, ideal for DeFi and NFT applications.

publicGraphQL