Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 9.68 KB

File metadata and controls

97 lines (73 loc) · 9.68 KB
sidebar_position 4
title Tools & SDKs Directory
description Discover sample apps, dashboards, and SDKs built with Bitquery blockchain data APIs. Try live demos, clone repos, and integrate crypto data into your projects.
keywords
Bitquery tools
blockchain API tools
crypto data SDKs
Bitquery sample apps
blockchain dashboards
DEX analytics tools
staking API
crypto price SDK
OpenClaw
ClawHub

Tools & SDKs Directory

Explore sample applications, dashboards, and SDKs built with Bitquery blockchain data. Use these tools to analyze tokens, monitor liquidity, score DeFi portfolios, build charts, or integrate real-time crypto data into your own apps. Each entry includes source code (GitHub), documentation, and—where available—a live demo you can try. For a complete list of step-by-step tutorials (bots, snipers, dashboards, wash trading, NFT tools), see the How-To Guides index.


Apps & Dashboards (UI-based)

Ready-to-use web apps and dashboards powered by Bitquery APIs. Many include a live demo, GitHub repository, and a step-by-step how-to guide in our docs.

Try live & documented

Tool Description Try it How-to guide Source
Pump.fun Token Sniffer Analyze Pump.fun (Solana) token metrics: holder distribution, transfer vs purchase patterns, top holders, bonding curve. Open app Guide GitHub
DeFi Portfolio Scorer Calculate a DeFi Strategy Score (25–100) for any Ethereum address using transaction count, protocol usage, and asset diversity. Open app Guide GitHub
Realtime Liquidity Drain Detector Monitor DEX pools in real time via Kafka; detect significant liquidity drops and get alerts on a web dashboard. Guide GitHub

Open-source apps (GitHub)

Tool Description Source
Wash Trading Detector Detect wash trades on Solana using Bitquery data and ML. GitHub
Staking Tax Report Generator Generate staking tax reports from blockchain data. GitHub
Staking Dashboard Dashboard for staking activity and metrics. GitHub
Validator Data Dashboard Monitor and visualize validator data. GitHub
EVM Sniper EVM-based sniper tool using Bitquery data. GitHub
Sentinel Crypto Watch Crypto monitoring and alerting. GitHub

Charting & trading

Tool Description Source Docs
TradingView with Realtime Data TradingView charts with real-time OHLCV via Bitquery subscriptions. GitHub TradingView Realtime guide
AI Crypto Trader All-in-One AI-driven crypto trading sample using Bitquery data. GitHub
AI Crypto Trader All-in-One (CoW Intent) CoW Intent–based variant of the AI crypto trader. GitHub
Best Route Trader on Uniswap Finds the most efficient swap route on Uniswap using on-chain liquidity and pricing data. GitHub
Live Demo: Try it

OpenClaw Agent Skills

OpenClaw skills stream live data from the Bitquery WebSocket API into an agent workspace. Install published skills with ClawHub (clawhub install …); the full skill list, source folders, prerequisites, and BITQUERY_API_KEY setup are in the openclaw-skills-master README. See also ClawHub CLI docs.

clawhub install Description
bitcoin-price-feed Real-time Bitcoin OHLC, volume, moving averages, and % change over WebSocket.
crypto-chart-usd Multi-token 1s OHLC with USD pricing, volume, and moving averages (Trading.Tokens API).
pumpfun-usd-price-stream Real-time Pump.fun tokens on Solana with USD OHLC, volume, moving averages, and tick-to-tick % change.
polymarket-real-time-trades Polymarket outcome trades on Polygon: buyer/seller, USD collateral, market question, tx details.
stablecoin-payments Solana USDC/USDT SPL transfers (mint filter; excludes swap-like program methods), amounts, USD, parties, fees.

SDKs & npm Packages

Install these packages to fetch crypto prices, staking rewards, prediction market data, or to work with Bitquery Kafka protobuf schemas and TON.

Package Description npm
bitquery-tradingview-sdk Easy TradingView Charting via Bitquery npm
bitquery-crypto-price Crypto price data via Bitquery APIs. npm
staking-rewards-api Staking rewards and validator data. npm
polymarket-api Polymarket prediction market data. npm
bitquery-protobuf-schema Protobuf schemas for Bitquery Kafka streams (e.g. DEX pools, trades). npm
bitquery-ton-sdk Bitquery SDK for TON blockchain data. npm

How to use this directory

  • Try an app — Use the “Try it” / “Open app” links to run demos in your browser.
  • Build it yourself — Follow the “How-to guide” links for installation, configuration, and code walkthroughs.
  • Extend or fork — Clone the GitHub repos to customize logic, add features, or integrate with your stack.
  • Integrate via SDK — Use the npm packages in Node.js or TypeScript projects for prices, staking, Polymarket, Kafka protobuf, or TON.

For more step-by-step tutorials (Discord/Telegram bots, dashboards, snipers, wash trading, NFT tools), see How-To Guides.