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.
Every chain that matters
Trending products
Where the volume is going right now. Updated by usage signal, not by us.
Add https://mcp.bitquery.io as a custom connector and ask blockchain questions in natural language.
Name: Bitquery Trading Data URL: https://mcp.bitquery.io Ask: "Top traded tokens on Solana Network"Read the guide
The fastest crypto pricing feed.
Live markets, trades, and resolution on Polymarket.
Sub-block-time Solana stream.
BSC Chain trades, transactions and transfers.
Data Types
Pick a data type. See the actual query that returns it.
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
}
}
}
}
}Interfaces
Same data, multiple ways to receive it. Click an interface to preview.
GraphQL API
Query exactly the shape your app needs.
query {
EVM(network: eth) {
DEXTrades(limit: {count: 1}) {
Trade {
Buy {
Buyer
Seller
}
}
}
}
}{
"EVM": {
"DEXTrades": [
{
"Trade": {
"Buy": {
"Buyer": "0x76a411f14a704099ba476ce8dffc288a53295218",
"Seller": "0x20011fa1a83bba9c8357f852ec667d8439a7da4a"
}
}
}
]
}
}- 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
Perp DEX feeds
Find what's best for you
Tell us your job. We'll show the products that fit.
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.