Data & Analytics10 toolsPaste one API key
Bitquery integration for AI agents
Bitquery provides historical and real-time indexed data for over 40 blockchains through GraphQL APIs, Websockets, SQL, and cloud providers.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Bitquery once and call the same tools from all of them.
Setup
Connect Bitquery through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Bitquery exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
bitquery_archive_database_query | Query the Bitquery Archive Database (V1 API) for historical blockchain data | Write |
bitquery_combined_database_query | Query Bitquery's Combined Database (v2 API) for blockchain data across 40+ networks | Read |
bitquery_conditional_metrics | Generate a Bitquery GraphQL metric snippet with conditional logic using the 'if:' attribute | Read |
bitquery_database_selection | Select the database (archive, realtime, combined) to query at the top level of a GraphQL request | Read |
bitquery_early_access_program_query | Execute GraphQL queries against the Bitquery Early Access Program (EAP) Streaming API | Read |
bitquery_network_selection | Select the blockchain network for GraphQL queries | Read |
bitquery_options_query | Fetch GraphQL dataset options via schema introspection | Read |
bitquery_price_asymmetry_metric | Generate GraphQL PriceAsymmetry filter snippet | Read |
bitquery_realtime_database_query | Query the Bitquery Streaming (V2) API for realtime blockchain data | Read |
bitquery_select_by_metric | Generate a GraphQL metric snippet filtering by its value using selectWhere | Read |