📄️ Crypto Dashboard Project
The following tutorial helps build a Cryptocurrency Portfolio Dashboard with React that fetches and displays the balance of different currencies for a given Ethereum address using the Bitquery Streaming API.
📄️ Building dApps with the Streaming API
The Streaming API is useful for a wide range of decentralized applications (dApps), including those that require real-time pricing, transaction data, token balances, and trading data and so on.
📄️ Tutorial: Creating a Discord Bot to Fetch Price Data
In this tutorial, we will walk you through the process of creating a Discord bot using the discord.js library. The bot will fetch price data using the dextrades API and respond to a specific command in a Discord server.
📄️ Get Blockchain Data on Telegram Chat in Real-Time
With this code, your Telegram bot will respond to the /start command by initiating a WebSocket connection to Bitquery and sending blockchain data updates to the Telegram chat.
📄️ Dashboard : Top 10 Ethereum Token Pairs
The following tutorial helps build a Top 10 Ethereum Tokens Dashboard with Next JS and Bitquery APIs that fetches and displays the Top 10 Token Pairs in last 1 hour on Ethereum mainnet in desceneding order of number of transactions.
📄️ Pump.fun Token Sniffer
This guide demonstrates how to build a basic Pump.fun token analysis tool using Bitquery APIs. The tool displays various on-chain metrics related to Pump.fun tokens on Solana, helping users understand token distribution, holder behavior, and transfer patterns.
📄️ DeFi Portfolio Scorer
This guide demonstrates how to build a DeFi Portfolio Scorer tool that analyzes Ethereum wallet address and calculates a DeFi Strategy Score based on transaction patterns, protocol interactions, and asset holdings using Bitquery APIs.