30+ products · 20+ chains · 8 interfaces

Choose your Product
Get started and Launch fast.

All the Bitquery products in one place. Browse by the data type you need, how you want to pull the data, or by your use case.

API Docs
1000+
Users worldwide
20+
Blockchains supported
30+
Suite of products
20+ chains

Every chain that matters

What's hot this week

Trending products

Where the volume is going right now. Updated by usage signal, not by us.

By what you query

Data Types

Pick a data type. See the actual query that returns it.

Token Prices & OHLCVGraphQL
Read more
Query.graphql
query TokenOHLCV {
  Trading {
    Tokens(
      limit: {count: 5}
      where: {Token: {Address: {is: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"}}, Interval: {Time: {Duration: {eq: 60}}}}
      orderBy: {descending: Interval_Time_Start}
    ) {
      Interval {
        Time {
          Start
          End
        }
      }
      Price {
        Ohlc {
          Open
          Low
        }
        Price: Average {
          Mean
        }
      }
    }
  }
}
Response
Run the query to see live results
Description
Real-time and historical OHLCV across 40+ chains.
Rows
Time
Scanned
By how you connect

Interfaces

Same data, multiple ways to receive it. Click an interface to preview.

GQL Interface

GraphQL API

Query exactly the shape your app needs.

FiltersPaginationJoinsSubscriptions
Open
Request
query {
  EVM(network: eth) {
    DEXTrades(limit: {count: 1}) {
      Trade {
        Buy {
          Buyer
          Seller
        }
      }
    }
  }
}
Response
{
  "EVM": {
    "DEXTrades": [
      {
        "Trade": {
          "Buy": {
            "Buyer": "0x76a411f14a704099ba476ce8dffc288a53295218",
            "Seller": "0x20011fa1a83bba9c8357f852ec667d8439a7da4a"
          }
        }
      }
    ]
  }
}
What you can build
  • Power trading dashboards with custom-shaped data
  • Build wallet activity views with joined transfers and trades
  • Run ad-hoc analytics from your backend with one query
Latency
< 200ms
Coverage
40+ chains
Format
JSON
Auth
API key
By why you're here

Find what's best for you

Tell us your job. We'll show the products that fit.

Concierge onboarding

Skip the catalog.
Tell us what you're shipping.

15-minute call with a solutions engineer. We'll map your use case to the right interface and pricing tier — and send back a working query the same day.