Blockchain — entry 001 of 11

Bitquery

Verified Jul 2026

Bitquery serves onchain data across 40+ blockchains through a single GraphQL schema, covering trades, transfers, balances, and DEX activity, plus real-time delivery over WebSocket streams. Access is metered per API point and stream-minute, with a 7-day free trial that unlocks the full streaming tier before billing kicks in. Tokens are issued through an OAuth2 client-credentials flow rather than a static key.

blockchain-datagraphqldexoauthreal-time
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingMeteredBilled per request beyond a limited free quota.
FormatsGraphQL, WebSocketResponses can be requested as GraphQL or WebSocket.

GreatAPIs Score

Score68out of 100
Authentication8/25OAuth flow required
Pricing11/20Metered / usage-based pricing
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 68 on greatapis.com
<a href="https://greatapis.com/api/bitquery/"><img src="https://greatapis.com/badge/bitquery.svg" alt="Scored 68 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.