Bitquery API

GraphQL-based blockchain data platform

What is Bitquery?

Bitquery is a blockchain data platform that provides unified GraphQL APIs across multiple blockchains. It offers real-time and historical data for DeFi protocols, NFTs, exchanges, and on-chain analytics.

Key Features

  • Multi-Chain Support - Ethereum, BSC, Polygon, Solana, Avalanche, and more
  • GraphQL API - Flexible queries for exactly the data you need
  • DeFi Data - DEX trades, liquidity pools, token swaps
  • NFT Data - Transfers, sales, marketplace activity
  • Real-Time Streams - WebSocket subscriptions for live data
  • Historical Data - Full blockchain history queries

GraphQL Example

{
  ethereum(network: ethereum) {
    dexTrades(
      options: {limit: 10}
      date: {after: "2026-01-01"}
    ) {
      block {
        timestamp {
          time
        }
      }
      buyCurrency {
        symbol
      }
      sellCurrency {
        symbol
      }
      tradeAmount(in: USD)
    }
  }
}

Pricing

  • Free - 10,000 credits/month
  • Developer - $99/mo, 100,000 credits
  • Pro - $399/mo, 1M credits
  • Enterprise - Custom pricing

Try Bitquery

Get unified blockchain data across multiple networks.

Bitquery →