Blockchain — entry 001 of 11
Bitquery
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.
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
Score68
Authentication8/25OAuth flow required
Pricing11/20Metered / usage-based pricing
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.