🗃️ NFT Creator Portfolio
4 items
🗃️ P&L Calculator
2 items
🗃️ TradingView Advanced Charts
5 items
🗃️ Build your Own Real-Time Balance Checker
3 items
🗃️ Build Lightweight TradingView Chart with Real-time Data
1 items
🗃️ Subscribing to Realtime OHLC with TradingView Advanced Charts
6 items
📄️ 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.
📄️ How to build a Crypto Price Change Signal Bot on Telegram
This bot fetches real-time trading data from Bitquery and sends alerts on significant token price changes. The bot is built using the python-telegram-bot library to handle interactions with Telegram users and aiohttp for making asynchronous API requests.
📄️ Tutorial : Building a Arbitrum Sniper Bot Using Bitquery Arbitrum Events API and Uniswap SDK
This tutorial will guide you through building a Arbitrum sniper bot using Bitquery Events API and the Uniswap SDK for executing swaps.
📄️ Automated Trading on Ethereum: How To Build a Volume Surge Detection Bot
In the fast-paced world of DeFi, Maximal Extractable Value (MEV) has become a crucial concept for traders/investors who want to keep up with the market and maximize their profit. MEV is a bot that increases your chance of profit by reordering, including, excluding, or executing transactions within a blockchain network. With a trading bot, traders/investors can capitalize on price discrepancies and volume surges and execute trades that take advantage of these opportunities.
📄️ Tutorial : Building a Base Sniper Bot Using Bitquery Base Events API and Uniswap SDK
This tutorial will guide you through building a Base sniper bot using Bitquery Events API and the Uniswap SDK for executing swaps.
📄️ 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.
📄️ Mempool Transaction Fee Explorer
In the world of cryptocurrency, understanding transaction fees and their dynamics is crucial for traders, investors, and blockchain enthusiasts alike. Ethereum, one of the leading blockchain platforms, relies on a concept known as the "Mempool" to manage pending transactions and determine their associated fees.
📄️ Monitoring the Solana Blockchain in Real Time - Easy Tutorial
Monitoring blockchain activities is crucial for developers, investors, and regulatory bodies. Bitquery offers the infrastructure to monitor blockchain activities effectively. In this tutorial, we'll use Bitquery Solana real-time data and Python to build a real-time Solana DEX monitoring dashboard.
📄️ NFT Analytics Dashboard - Tutorial
### Marketplace Analysis
📄️ Build Multi-Chain NFT Scanner
In this guide, we will use Bitquery Streaming API for scanning NFTs (Non-Fungible Tokens) across various blockchains for the given address. We'll explore how to build an NFT scanner that works with a specific wallet address using Python.
📄️ How to Track Ethereum Price in USD with Google Sheets
Below is a step-by-step tutorial on how to use Bitquery APIs to get token price information into a Google Sheets spreadsheet using Python.
📄️ How to Detect Sandwitch Opportunities - Tutorial
### MEV Opportunities Detection
📄️ Solana Arbitrage Dashboard Project
The following tutorial is a step by step guide to build a Dashboard that displays arbitrage opportunities for WSOL/USDC pair on Solana.
📄️ Tutorial for Building a Solana Sniper Bot Using Bitquery Real-Time Solana Subscriptions and Jupiter Swap API
This tutorial will guide you through building a Solana sniper bot using Bitquery for real-time Solana subscriptions and the Jupiter Swap API for executing swaps.
📄️ Tutorial: How to Stream Moonshot Live Prices
In this tutorial, you will learn how to create a simple React application to stream live prices from the Moonshot protocol using WebSocket and Bitquery's Moonshot APIs.
📄️ Monitoring Solana at Scale: Managing 100s of Addresses
This guide demonstrates how to monitor real-time token transfers and DEX trades for hundreds of blockchain addresses efficiently using WebSockets and Streamlit. Learn to dynamically track and display key transfer and trade details in a real-time dashboard.
📄️ 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.
📄️ Creating a Heatmap for Ethereum Token Holders using Python
In this tutorial we will see how to visualize top token holders in a heatmap using the Token Holder APIs with Python.
📄️ Build Trading Indicators for Crypto Data
Technical indicators are a vital tool for cryptocurrency traders, as they can help to identify trends, predict price movements, and make informed trading decisions. In this tutorial, we will discuss how to calculate popular trading indicators easily with Bitquery APIs in Python. You can do the same in a language of your choice.