Skip to main content

Overview

Bitquery 's infrastructure provides you access to historical and real-time blockchain data through various interfaces such as GraphQL APIs.

GraphQL Query API

Get started with our APIs in a minute by building your first query.

You can query archive, real-time or combined dataset based on your requirements.

After the query is built you can save it and embed it in your application using pre-cooked code snippet in any popular programming language.

query {
EVM(dataset: archive network: bsc) {
Transactions {
Block {
Date
}
count
}
}
}

Integrated Development Environment (IDE)

Integrated Development Environment (IDE) helps you to manage your query, share them with other developers and generate a code to use the queries in your applications.

IDE screen

GraphQL Subscription (WebSocket) API

Subscription (WebSocket) is an extension of GraphQL API. It allows to subscribe on the updates in the data in real-time and receive the new data changes using WebSocket protocol.

Protocols subscriptions-transport-ws and graphql-transport-ws are supported.

subscription {
EVM(trigger_on: head) {
Transactions {
Block {
Hash
Number
Date
}
count
}
}
}

Cloud Data Storage

If you build your applications in cloud or you need raw data for deep investigations or even machine learning algorithms, use the cloud data storage.

It contains optimized data for applications on different levels - from the raw data from blockchain nodes to the parsed protocols as DEX (decentralized exchanges) or NFT (non-fungible tokens).

AWS S3 bucket

SQL Like Interface

We also provide SQL like interface on our Enterprise plan, if you want to explore that, please send us email at hello@bitquery.io

Bitquery Support Channels

We highly encourage you to dig into our docs first; however, you can contact us on the following platforms if you still have any queries.

  1. Telegram & Discord - For quick questions and doubts
  2. Community Forum - For how to questions, features requests that can also help wider community
  3. Support Desk - For data problems, bugs