diff --git a/docs/ide/paid.md b/docs/ide/paid.md index 756b10f2..3aa6e8ce 100644 --- a/docs/ide/paid.md +++ b/docs/ide/paid.md @@ -30,7 +30,9 @@ On the **Choose plan** step you can: | **Scale** ⭐ (recommended) | 5,000,000 | 240 | 12 | 1,000 | 2,000,000 min | 50 GB | 5 | | **Enterprise** | Custom | Custom | Custom | Unlimited | Custom | Unlimited | Custom | -All self-serve plans use the `realtime` dataset. **Enterprise** includes all datasets (Archive, Realtime, Combined), volume pricing, and dedicated support & SLA — [contact sales](https://bitquery.io/forms/api) for a quote. +Self-serve plans query the `realtime` dataset by default. To query history — the `archive` and `combined` datasets — add the **historical data add-on** to your plan; see the [pricing page](https://bitquery.io/pricing) for the chains it covers. Without it, a query using `dataset: archive` or `dataset: combined` will be rejected. **Enterprise** includes all datasets (Archive, Realtime, Combined), volume pricing, and dedicated support & SLA — [contact sales](https://bitquery.io/forms/api) for a quote. + +For which cube has how much history on each chain, see [Data Coverage & Retention](/docs/graphql/data-coverage-retention/). Current pricing is always on the [pricing page](https://bitquery.io/pricing). diff --git a/docs/start/learning-path.md b/docs/start/learning-path.md index 1bf0cac4..90a4236a 100644 --- a/docs/start/learning-path.md +++ b/docs/start/learning-path.md @@ -37,7 +37,7 @@ This guide provides a structured path to learn Bitquery APIs progressively, from ### For Traders -- Start with **[Crypto Price APIs](/docs/start/starter-queries#crypto-price-change-api)** +- Start with **[Crypto Price APIs](/docs/start/starter-queries#latest-price-of-any-token)** - Learn **[Real-time Price Streams](/docs/start/starter-subscriptions)** - Explore **[DEX Trading APIs](/docs/blockchain/Solana/solana-dextrades)** diff --git a/docs/start/starter-queries.md b/docs/start/starter-queries.md index 8c4ae5cc..596eed9e 100644 --- a/docs/start/starter-queries.md +++ b/docs/start/starter-queries.md @@ -1,1389 +1,4272 @@ --- title: "Starter Queries - Bitquery API Examples by Chain" -description: "Starter Queries - Bitquery API Examples by Chain: practical Bitquery setup guidance with examples for authentication, endpoints, and first queries." +description: "Curated, tested Bitquery API queries organised by chain and data type — trades, transfers, balances, holders, prices, liquidity, events and mempool." keywords: [ "Bitquery starter queries", "Bitquery examples", "blockchain API examples", "GraphQL blockchain", - "Bitquery IDE", + "Bitquery IDE" ] --- # Starter Queries -Below is a set of queries that are curated for you to get started with Bitquery. +Every query below is saved in the [Bitquery IDE](https://ide.bitquery.io) and was executed against the live API before publishing. Pick a chain, then a data type. Queries marked as needing history use the `archive` or `combined` dataset — the comment at the top of each of those queries shows the single line to change. ## Table of Contents -- [Cross-Chain / Multi-Chain APIs](#cross-chain--multi-chain-apis) -- [Polymarket](#polymarket) - [Ethereum](#ethereum) -- [Polygon (MATIC)](#polygon-matic) - [Solana](#solana) +- [BSC](#bsc) - [Base](#base) -- [Robinhood Chain](#robinhood-chain) -- [BSC (Binance Smart Chain)](#bsc-binance-smart-chain) +- [Arbitrum](#arbitrum) +- [Optimism](#optimism) +- [Polygon](#polygon) - [TRON](#tron) +- [Robinhood Chain](#robinhood-chain) +- [Avalanche](#avalanche) +- [Celo](#celo) - [Bitcoin](#bitcoin) +- [Litecoin](#litecoin) +- [Bitcoin Cash](#bitcoin-cash) +- [Dogecoin](#dogecoin) +- [Dash](#dash) +- [Zcash](#zcash) - [Cardano](#cardano) - [Ripple](#ripple) -- [Cosmos](#cosmos) -- [NFT APIs](#nft-apis) -- [x402 APIs](#x402-apis) +- [Algorand](#algorand) +- [Trading API](#trading-api) +- [Stablecoins](#stablecoins) +- [Perpetuals](#perpetuals) +- [NFTs](#nfts) +- [Polymarket](#polymarket) +- [Futures DEXs](#futures-dexs) +- [x402](#x402) +- [Cross-Chain](#cross-chain) -## Cross-Chain / Multi-Chain APIs +## Ethereum -### Real Time Data +### Trades -#### Latest Price of Any Token +#### Latest DEX trades for a token -This query gives you bitcoin currency 1-sec OHLC across different blockchains. You can adjust duration in `Duration: {eq: 1}` filter. +Most recent swaps for one token across every Ethereum DEX. Change the token address in the `Currency: {SmartContract:}` filter. -▶️ [Latest Price of Token Across Chains](https://ide.bitquery.io/Latest-bitcoin-price-on-across-chains_5) +▶️ [Latest DEX trades for a token](https://ide.bitquery.io/Ethereum-Trades-of-a-Token_1) -#### Crypto Price Change API +#### Realised PnL, buy and sell volume -This query gives you change in price (Close-Open) of all tokens on Ethereum, BNB, Solana and Tron. -You can adjust duration in `Duration: {eq: 60}` filter. +Profit and loss for a wallet on one token, from its own trade history. Needs the historical data add-on — see the comment at the top of the query. -▶️ [Crypto Price Change API](https://ide.bitquery.io/1-minute-price-change-api_1) +▶️ [Realised PnL, buy and sell volume](https://ide.bitquery.io/Realised-Pnl-Buy-volume-Sell-Volume-Ethereum_1) -#### OHLC of a currency on multiple blockchains +#### Trades by a wallet -This query retrieves the OHLC (Open, High, Low, Close) prices of a currency(in this eg Bitcoin; it will include all sorts of currencies whose underlying asset is Bitcoin like cbBTC, WBTC, etc) across all supported blockchains, aggregated into a given time interval (e.g., 60 seconds in this example). +Every buy and sell made by one address. Replace the wallet in `Transaction: {From:}`. -▶️ [OHLC of a currency on multiple blockchains](https://ide.bitquery.io/OHLC-of-a-currency-on-multiple-blockchains_2) +▶️ [Trades by a wallet](https://ide.bitquery.io/Ethereum-Trades-of-a-Trader_1) -#### OHLC of a Token Pair Across Chains +#### Address is Buyer or Seller V2 -This subscription fetches real-time OHLC (Open, High, Low, Close) price data for a token pair across different blockchains. -For **native tokens**, you only need to specify their ID (e.g., `bid:eth` for ETH). +Returns trades where the specified address is either as a buyer or a seller. This is achieved by utilizing the `any` filter, which acts as an OR condition to encompass both buyer and seller roles in the results. -▶️ [OHLC of a Token Pair Across Chains](https://ide.bitquery.io/Token-OHLC-Stream-1-second-Multi-Chains_3) +▶️ [Address is Buyer or Seller V2](https://ide.bitquery.io/Address-is-Buyer-or-Seller-V2) -#### Volume of Multiple Tokens Across Different Chains +#### All events on fluid DEX VaultFactory -Get volume and price change data for multiple tokens trading on different chains (Solana, Ethereum, BSC, Tron) in a single query. Returns volume for 1h, 4h, and 24h periods, plus price change percentages. +Get a comprehensive list of all events emitted by the Fluid DEX Vault Factory contract. This query aggregates event counts by signature to identify which events are most frequently emitted, helping you understand the contract's activity patterns. -> **Note:** For EVM chains (Ethereum, BSC, etc.) in the Trading API, use **all lowercase addresses** in the token ID format (e.g., `bid:eth:0x...` with lowercase hex). Mixed-case addresses may not match. +▶️ [All events on fluid DEX VaultFactory](https://ide.bitquery.io/all-events-on-fluid-DEX-VaultFactory) -▶️ [Volume of Multiple Tokens Across Chains](https://ide.bitquery.io/volume-of-a-token_2) +#### Buys, Sells, BuyVolume, SellVolume, Makers, TotalTradedVolume, PriceinUSD for a eth pair -### Historical Data +Will fetch the buys, sells, buy volume, sell volume and also the number of makers for a particular token just like how DEXScreener shows in its UI. -#### SMA and Volume Data (for past 28, 14 and 7 Days Time) +▶️ [Buys, Sells, BuyVolume, SellVolume, Makers, TotalTradedVolume, PriceinUSD for a eth pair](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-a-eth-pair) -Use this API to get SMA and volume over the past 28 days, with 14 days, and 7 days breakdowns. Note that the oldest possible data it could return is 30 days ago. +#### Coin ticker api -▶️ [SMA and Volume Data for upto 28 Days](https://ide.bitquery.io/multiple-tokens-volume-and-SMA) +Coin ticker api. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. -#### Historical OHLC of a Token Pair Across Chains +▶️ [Coin ticker api](https://ide.bitquery.io/Coin-ticker-api_4) -This query fetches historical OHLC (Open, High, Low, Close) price data for a token pair across different blockchains for as long back as 30 days. -For **native tokens**, you only need to specify their ID (e.g., `bid:eth` for ETH). +#### Dex info -▶️ [OHLC of a Token Pair Across Chains](https://ide.bitquery.io/Historical-Token-OHLC-Multi-Chains_1) +Will fetch a specific DEX stats for the selected network. -#### Historical Price and Volume Data for a Token Pair beyond 30 days +▶️ [Dex info](https://ide.bitquery.io/dex-info) -Use this API to get historical price and volume for a specific token pair address on a specific network for the time window beyond the 30 days. +#### Dex markets -▶️ [Historical Price and Volume Data](https://ide.bitquery.io/historical-price-and-historical-volume) +Will fetch all the DEXs info for the selected network. -#### All time High Trade Price for a Token +▶️ [Dex markets](https://ide.bitquery.io/dex-markets) -Retrieves the all-time high (ATH) price in USD for a specified token contract. All time high price could lie beyond the 30 days window provided by Trading API, hence we use these network specific APIs to get the ATH for a token. While this provides the option to go beyond the 30 days time window, it also restricts the records to a single network. +#### First 500 buyers of a token -▶️ [Get ATH Price of a token](https://ide.bitquery.io/ATH-of-eth-token_1) +Earliest buyers of a token in order, useful for launch and insider analysis. Needs the historical data add-on — see the comment at the top of the query. -## PolyMarket +▶️ [First 500 buyers of a token](https://ide.bitquery.io/first-500-buyers-of-a-ERC20-token_1) -### Prediction Market Trades +### Transfers -Prediction market buy/sell activity on outcome tokens on Polygon. See [Prediction Market Trades API](/docs/examples/prediction-market/prediction-trades-api) for full details. +#### ERC-20 transfers by wallet -#### Latest Trades +Recent token transfers in and out of one address. Replace the address in the `where` clause. -Fetch the most recent prediction market trades with full details, ordered by block time. -▶️ [Latest Prediction Market Trades](https://ide.bitquery.io/latest-prediction-market-trades_8) +▶️ [ERC-20 transfers by wallet](https://ide.bitquery.io/Get-ERC20-token-transfers-by-wallet_7) -#### Trades for a Specific Trader +#### ERC-20 transfers over a past period -Fetch all trades where the given address is either Buyer or Seller. Pass the trader address as the `$trader` variable. -▶️ [Trades for a Specific Trader](https://ide.bitquery.io/Trades-for-a-specific-trader_1) +Token transfers for a wallet between two dates. Change `since` and `till`. Needs the historical data add-on — see the comment at the top of the query. -#### Total Volume and Yes/No Volume for a Market +▶️ [ERC-20 transfers over a past period](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet_1) -Aggregate USD volume for a market over a time window: total volume plus volume per outcome (e.g. Yes/No). Pass the market's outcome token AssetIds in `$marketAssets`. -▶️ [Total Volume and Yes/No Volume for a Market](https://ide.bitquery.io/total-volume-outcome-1-volume-outcome-2-volume-of-a-market_1) +#### Array_intersect example for 2 addresses -#### Current Price per Outcome (Latest Trade) +Find addresses that have interacted with multiple addresses from a given list. This query uses the `array_intersect` function to identify addresses that have sent or received funds to/from every address in your list. -Get the latest trade price for each outcome in a market. Uses `limitBy` for one row per outcome, with Price and PriceInUSD at the most recent block time. -▶️ [Current Price per Outcome](https://ide.bitquery.io/Current-price-inside-the-market-for-all-options-based-on-latest-trade_1) +▶️ [Array_intersect example for 2 addresses](https://ide.bitquery.io/array_intersect-example-for-2-addresses_2) -### Prediction Market Managements +#### Binance:hot wallet transfers with transaction fees -Prediction market lifecycle events (Created, Resolved) on Polygon. See [Prediction Market Managements API](/docs/examples/prediction-market/prediction-managements-api) for full details. +Track wallet token transfers and get the fees paid for each by the address. `SenderFee` and `SenderFeeInUSD` fields in query are the transaction fees in ETH and transaction fees in USD respectively. -#### Latest Creations + Resolutions +▶️ [Binance:hot wallet transfers with transaction fees](https://ide.bitquery.io/binancehot-wallet-transfers-with-transaction-fees) -Fetch the most recent creation and resolution events with full details, ordered by block time. -▶️ [Latest Prediction Managements](https://ide.bitquery.io/latest-Prediction-managements-resolutions-creations_1) +#### Find earliest transfer to an account -#### Created vs Resolved Count (Last 24 Hours) +Find the first transfer ever received by a specific wallet address. This is useful for wallet age analysis, first transaction tracking, and onboarding analytics. -Count how many Created and Resolved events occurred in the last 24 hours. -▶️ [Created vs Resolved Count Last 24h](https://ide.bitquery.io/last-24-hr-resolution-and-ceated-count_1) +▶️ [Find earliest transfer to an account](https://ide.bitquery.io/Copy-of-find-earliest-transfer-to-an-account) -#### Latest Market Creations +#### Get Contract Type in v2 -Fetch the most recent Created events (new markets). All possible outcomes per market are in Prediction.Condition.Outcomes. -▶️ [Latest Market Creations](https://ide.bitquery.io/latest-polymarket-creations_1) +To determine the type of a contract and its details, we can use the Transfer API. By fetching the earliest transfer to the contract, we can get relevant details that indicate the contract type. -#### Latest Market Resolutions +▶️ [Get Contract Type in v2](https://ide.bitquery.io/Get-Contract-Type-in-v2) -Query that returns the 10 most recent Resolved events. Winning outcome is in Prediction.Outcome; Prediction.OutcomeToken holds the asset ID and contract details. -▶️ [Latest Market Resolutions](https://ide.bitquery.io/latest-polymarket-resolutions_2) +#### Get Minted Address of the ICO Token -### Prediction Market Settlements +In most of the ICOs, the token is minted to a smart contract that contains various methods for distributing the token whenever the conditions set by project owners are satisfied. -Prediction market settlement events (Split, Merge, Redemption) on Polygon. See [Prediction Market Settlements API](/docs/examples/prediction-market/prediction-settlements-api) for full details. +▶️ [Get Minted Address of the ICO Token](https://ide.bitquery.io/Get-Minted-Address-of-the-ICO-Token) -#### Latest Settlements +#### Number of Purchasers in ICO -Fetch the most recent settlements with full details, ordered by block time. -▶️ [Latest Prediction Market Settlements](https://ide.bitquery.io/latest-prediction-market-settlements_3) +Number of Purchasers in ICO. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. -#### Redemption / Merge / Split Count (Last 1 Hour) +▶️ [Number of Purchasers in ICO](https://ide.bitquery.io/Number-of-Purchasers-in-ICO) -Count how many settlement events occurred in the last hour, grouped by event signature (Split, Merge, Redemption). -▶️ [Redemptions Merge Split Count](https://ide.bitquery.io/redemptions-merge-split-count-in-last-1-hour_1) +#### Transfers sent OR received by an address -#### Latest Whale Settlements +Both sides of an address's transfer history in one result, using an OR filter. Needs the historical data add-on — see the comment at the top of the query. -Find the most recent high-value redemptions (e.g. amount ≥ 10,000 in outcome token units). Useful for tracking large payouts and whale activity. -▶️ [Latest Whale Settlements](https://ide.bitquery.io/latest-whale-settlements-on-prediction-market_3) +▶️ [Transfers sent OR received by an address](https://ide.bitquery.io/Sender-OR-Receiver-Transfer-on-Ethereum) -#### Top 10 Winners of a Specific Market Question +#### Total txn fees paid by binance hot wallet in a day -Rank holders by total redeemed amount for one market (filter by question title). -▶️ [Top 10 Winners of a Market Question](https://ide.bitquery.io/top-10-winners-of-a-market-question_2) +Get the total fees (in Eth and USD) paid by a specific EVM account across all transfers. `SenderFee` and `SenderFeeInUSD` fields in query are the transaction fees in ETH and transaction fees in USD respectively. -#### Top 10 Market Questions by Redeemed Amount (Last 1 Hour) +▶️ [Total txn fees paid by binance hot wallet in a day](https://ide.bitquery.io/total-txn-fees-paid-by-binance-hot-wallet-in-a-day) -Aggregate redemptions by market question and sort by total redeemed amount. See which markets had the most payout activity recently. -▶️ [Top 10 Market Questions by Redeemed Amount](https://ide.bitquery.io/top-10-market-questions-in-last-1-hour_3) +### Balances & Holders -#### Top 10 Redeemers (Last 1 Hour) +#### Current balance of an address -Rank addresses by total amount redeemed in the last hour across all markets. Useful for leaderboards and whale tracking. -▶️ [Top 10 Redeemers](https://ide.bitquery.io/top-10-redeemers_1) +Every token balance held by one wallet, with USD value. Balances are cumulative, so this reads the full history. Needs the historical data add-on — see the comment at the top of the query. -## Ethereum +▶️ [Current balance of an address](https://ide.bitquery.io/Ethereum-Balance-of-an-Address_2) -### Real Time Balance APIs +#### Token holder count -#### Current Balance of an address +How many addresses hold a token right now. Needs the historical data add-on — see the comment at the top of the query. -Returns all token balances for a wallet on Ethereum using `EVM.Balances` with `dataset: combined`. -▶️ [Balance of an Address](https://ide.bitquery.io/Ethereum-Balance-of-an-Address_2) +▶️ [Token holder count](https://ide.bitquery.io/Copy-of-token-holders-count-eth) -#### Latest Liquidity of EVM Pool +#### Balance of an address at a past date -Get the latest liquidity of an EVM DEX pool (e.g., Uniswap v3 pool). +What a wallet held on a given day. Change the `date` argument. Needs the historical data add-on — see the comment at the top of the query. -▶️ [Latest Liquidity of EVM Pool](https://ide.bitquery.io/latest-liquidity-of-a-EVM-pool_1) +▶️ [Balance of an address at a past date](https://ide.bitquery.io/Historical-Balance-of-an-Address_1) -### Historical Balance APIs +#### Token holders on a specific date -#### Historical Balance of an address -Returns all token balances for a wallet on Ethereum on a certain date, using `EVM.Balances` with `dataset: archive`. -▶️ [Historical Balance of an Address](https://ide.bitquery.io/Historical-Balance-of-an-Address_1) +A holder snapshot for any past day, with per-holder stats. Needs the historical data add-on — see the comment at the top of the query. -### Token Supply +▶️ [Token holders on a specific date](https://ide.bitquery.io/tokens-holders-of-a-token_10) -#### Latest Token Supply on ETH chain +#### Token Holders of Multiple Tokens until last month -Latest Token Supply for all active token +This API provides a list of top holders along with relevant statistics for a given token liston a specific date using BalanceUpdates API. -▶️ [Latest Token Supply for all active token](https://ide.bitquery.io/latest-token-supply-of-all-active-tokens-on-ETH-chain_1) +▶️ [Token Holders of Multiple Tokens until last month](https://ide.bitquery.io/Top-10-historical-holders-of-multiple-tokens-on-ETH) -#### Latest Token Supply of USDT-USDC on ETH chain +#### Average Tip in terms of avg gas Fee -Latest Token Supply for stablecoin like USDC-USDT. +Compares average user tip to average total gas fee per block across the last 10 blocks. -▶️ [Latest Token Supply for stablecoin like USDC-USDT](https://ide.bitquery.io/latest-token-supply-on-USDT-and-USDC-on-ethereum-chain_1) +▶️ [Average Tip in terms of avg gas Fee](https://ide.bitquery.io/Average-Tip-in-terms-of-avg-gas-Fee_4) -### MarketCap APIs +#### Balance Updates for multiple addresses transfer in last 24 hours -Trading API **`Tokens`** query for the latest **market cap**, **FDV**, **supply**, **price**, and **volume** for one Ethereum token. Use **`eth:`** + **lowercase** contract in **`Token.Id`**. Full examples: **[Ethereum Token Market Cap API](/docs/blockchain/Ethereum/token-supply/ethereum-token-marketcap-api)**. +Balance Updates for multiple addresses transfer in last 24 hours. Uses the `TransactionBalances` cube. -#### Latest market cap for a specific Ethereum token (Trading API) +▶️ [Balance Updates for multiple addresses transfer in last 24 hours](https://ide.bitquery.io/Balance-Updates-for-multiple-addresses-transfer-in-last-24-hours) -▶️ [Specific Ethereum Token Latest Market Cap](https://ide.bitquery.io/specific-ethereum-token-latest-marketcap_2) +#### Balance Updates for transfer in last 24 hours -### Real Time Transfers +Balance Updates for transfer in last 24 hours. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. -#### Get ERC20 token transfers by wallet +▶️ [Balance Updates for transfer in last 24 hours](https://ide.bitquery.io/Balance-Updates-for-transfer-in-last-24-hours) -Get ERC20 token transfers ordered by block number in descending order. -▶️ [Get ERC20 token transfers by wallet](https://ide.bitquery.io/Get-ERC20-token-transfers-by-wallet_7) +#### Balance update after transfer received from multiple addresses -### Historical Transfers +Balance update after transfer received from multiple addresses. Uses the `TransactionBalances` cube. -#### Get Historical ERC20 token transfers by wallet +▶️ [Balance update after transfer received from multiple addresses](https://ide.bitquery.io/Balance-update-after-transfer-received-from-multiple-addresses_2) -Get ERC20 token transfers for an address in a given historical time window -▶️ [Get Historical ERC20 token transfers by wallet](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet_1) +#### Balance update after transfer sent from multiple addresses -### Real Time Transactions +Balance update after transfer sent from multiple addresses. Uses the `TransactionBalances` cube. -#### Get transactions by wallet +▶️ [Balance update after transfer sent from multiple addresses](https://ide.bitquery.io/Balance-update-after-transfer-sent-from-multiple-addresses) -Get transactions ordered by block number in descending order. -▶️ [Get transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_7) +### Price & OHLC -### Historical Transactions +#### All-time high price of a token -#### Get historical transactions by wallet in a given period +Highest price a token has ever traded at, with the date it happened. Needs the historical data add-on — see the comment at the top of the query. -Get historical transactions for a given period of time ordered by block number in descending order. -▶️ [Get historical transactions by wallet](https://ide.bitquery.io/Get-historical-transactions-by-wallet-etc_1) +▶️ [All-time high price of a token](https://ide.bitquery.io/ATH-of-eth-token) -### Trades +#### Prices for multiple tokens at once -#### Ethereum DEXTrades latest trades for a token +Latest USD price for a list of tokens in a single request. Add addresses to the `in` filter. -This query returns the latest trades on the Ethereum network where distinction of the buy and sell sides is present. +▶️ [Prices for multiple tokens at once](https://ide.bitquery.io/Price-of-multiple-tokens-in-realtime) -▶️ [Ethereum DEX Trades](https://ide.bitquery.io/Ethereum-Trades-of-a-Token_1) +#### OHLCV by pair address -#### Get Swaps by Wallet Address +Open, high, low, close and volume candles for one pair. Change the interval to re-bucket the candles. -Get all swap related transactions (buy, sell). -▶️ [Get Swaps by Wallet Address](https://ide.bitquery.io/Ethereum-Trades-of-a-Trader_1) +▶️ [OHLCV by pair address](https://ide.bitquery.io/OHLC0_8) -### Events & Calls +#### Price change over 5m, 1h, 6h and 24h -#### Get Latest Events +Percentage moves across four windows for one token in one query. -▶️ [Get Latest Events](https://ide.bitquery.io/Recents-Events-and-Logs-on-Ethereum_3) +▶️ [Price change over 5m, 1h, 6h and 24h](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_4) -#### Get Latest Calls +#### Top 10 tokens by price change, last hour -▶️ [Get Latest Calls](https://ide.bitquery.io/Recent-Calls-on-Ethereum_2) +Biggest movers on Ethereum over the past hour, ranked. -### OHLC & Price Data +▶️ [Top 10 tokens by price change, last hour](https://ide.bitquery.io/Top-10-eth-tokens-by-price-change-in-last-1-hr_2) -#### Get OHLCV by Pair Address +#### Historical Price and Volume Data for a Token Pair beyond 30 days -Get the OHLCV candle stick by using pair address. -▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC0_8) +Use this API to get historical price and volume for a specific token pair address on a specific network for the time window beyond the 30 days. -#### Get Multiple ERC20 Token Prices +▶️ [Historical Price and Volume Data for a Token Pair beyond 30 days](https://ide.bitquery.io/historical-price-and-historical-volume) -Returns an array of token prices denominated in the blockchain's native token and USD for a given token contract address. -▶️ [Get Multiple ERC20 Token Prices](https://ide.bitquery.io/Price-of-multiple-tokens-in-realtime) +#### Ohlc of a token pair 1 hour interval -#### Get ATH Price of a token +Fetches the Open, High, Low, and Close (OHLC) price data (USD-quoted) for a given token pair across DEXs, using a specified quote token and time interval (in seconds). -Retrieves the all-time high (ATH) price in USD for a specified token contract. -▶️ [Get ATH Price of a token](https://ide.bitquery.io/ATH-of-eth-token) +▶️ [Ohlc of a token pair 1 hour interval](https://ide.bitquery.io/ohlc-of-a-token-pair-1-hour-interval) -#### Get Price Change 5min, 1h, 6h and 24h of a specific Eth token +#### Pepe historical ohlcv 30days -This query gets you Price Change 5min, 1h, 6h and 24h of a specific token on the Ethereum network. -▶️ [Get Price Change 5min, 1h, 6h and 24h of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_4) +Fetch hourly OHLCV candles for the past 30 days. Change `Duration` for different intervals, such as 60 (1 minute) or 300 (5 minutes). -#### Historical Price and Volume Data (Volume & Price, Last 24h using Trading API) +▶️ [Pepe historical ohlcv 30days](https://ide.bitquery.io/pepe-historical-ohlcv-30days) -Use this API to get historical price and volume for a specific token over the past 24 hours, with 1h, 4h, and 24h breakdowns. +#### Price change 5min, 1hr, 6hr precentage of a specific token -▶️ [Historical Price and Volume Data](https://ide.bitquery.io/historical-price-and-historical-volume) +Price change 5min, 1hr, 6hr precentage of a specific token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. -#### Top 10 Eth Tokens by Price Change in last 1h +▶️ [Price change 5min, 1hr, 6hr precentage of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_1) -This query gets you top 10 Eth Tokens by Price Change in last 1h. -▶️ [Top 10 Eth Tokens by Price Change in last 1h](https://ide.bitquery.io/Top-10-eth-tokens-by-price-change-in-last-1-hr_2) +#### Price of a token in realtime -#### Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders +Will give the latest Price of a specified token using DEXTrades API. Here we have calculated the price of a token in USD and also against the sell currency. Here is the. -1-second OHLC and volume stream for tokens traded on Uniswap v3 (Ethereum). Great for bot trading strategies. -▶️ [Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/Uniswap-v3-DEX-tokens-1-second-price-stream-with-OHLC) +▶️ [Price of a token in realtime](https://ide.bitquery.io/Price-of-a-token-in-realtime) -### Real Time Token Analytics +### Supply & Market Cap -#### Get Latest Token Total Supply and Market Cap +#### Total supply and market cap of a token -Retrieve the total supply and market capitalization of a specific ERC-20 token. This query provides on-chain market cap data. -▶️ [Get Token Total Supply and Market Cap](https://ide.bitquery.io/Get-Token-Total-Supply-and-Market-Cap_4) +Current circulating supply and market cap for one token. -#### Current Token Holder Count +▶️ [Total supply and market cap of a token](https://ide.bitquery.io/Get-Token-Total-Supply-and-Market-Cap_4) -This API returns the total number of holders for a specific token on a given date. -▶️ [Token Holder Count on a Specific Date](https://ide.bitquery.io/Copy-of-token-holders-count-eth) +#### Latest supply of USDT and USDC -#### Real-Time Holders of Multiple Tokens +Live supply for the two largest stablecoins; swap the addresses for any other tokens. -This API leverages the Holders endpoint to deliver real-time holder data for multiple tokens. -▶️ [Real-Time Holders of Multiple Tokens](https://ide.bitquery.io/Top-10-holders-of-multiple-tokens-on-ETH_4) +▶️ [Latest supply of USDT and USDC](https://ide.bitquery.io/latest-token-supply-on-USDT-and-USDC-on-ethereum-chain_1) -#### Realised PnL, buy volume, sell volume +#### Get Token Total Supply and Market Cap -Get realised PnL, buy volume, and sell volume for a token on EVM of a trader for over a time window. -▶️ [Realised PnL, buy volume, sell volume](https://ide.bitquery.io/Realised-Pnl-Buy-volume-Sell-Volume-Ethereum_1) +Retrieve the total supply and market capitalization of a specific ERC-20 token. This query provides on-chain market cap data. -### Historical Token Analytics +▶️ [Get Token Total Supply and Market Cap](https://ide.bitquery.io/Get-Token-Total-Supply-and-Market-Cap) -#### Token Holders of Multiple Tokens until last month +#### Latest token supply on USDT and USDC on ethereum chain -This API provides a list of top holders along with relevant statistics for a given token liston a specific date using BalanceUpdates API. -▶️ [Real-Time Holders of Multiple Tokens](https://ide.bitquery.io/Top-10-historical-holders-of-multiple-tokens-on-ETH) +Get the current total supply for specific tokens like USDC and USDT on Ethereum or any EVM network. This is ideal for stablecoin tracking and portfolio applications. -#### Token Holders and Stats on a Specific Date +▶️ [Latest token supply on USDT and USDC on ethereum chain](https://ide.bitquery.io/latest-token-supply-on-USDT-and-USDC-on-ethereum-chain) -This API provides a list of all holders along with relevant statistics for a given token on a specific date. +#### Pepe volume marketcap -▶️ [Token Holders and Stats on a Specific Date](https://ide.bitquery.io/tokens-holders-of-a-token_10) +Provides the latest trade volume for the past one hour along with the latest market cap. -### Slippage APIs +▶️ [Pepe volume marketcap](https://ide.bitquery.io/pepe-volume-marketcap) -#### Latest Slippage for a Specific Pool on Uniswap V3 +#### Top tokens by market cap -This query retrieves the latest slippage data for a specific DEX pool on Ethereum. Use this to check current liquidity depth and price impact for a particular token pair. +Ethereum tokens ranked by market capitalisation. -▶️ [Latest Slippage for a Specific Pool on Uniswap V3](https://ide.bitquery.io/Latest-slippage-of-a-pool-on-Uniswap-v3-Ethereum_1) +▶️ [Top tokens by market cap](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-Ethereum) -### Liquidity APIs +#### Total Supply and onchain Marketcap of a specific token -#### Latest Liquidity Changes of a Specific Pool +This API gives you latest Supply and Marketcap of a token on EVM (here as example we have taken BITGET Token `0x54D2252757e1672EEaD234D27B1270728fF90581` ). Try it out. -This query retrieves the latest liquidity events for a specific DEX pool on Ethereum. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. +▶️ [Total Supply and onchain Marketcap of a specific token](https://ide.bitquery.io/Total-Supply-and-onchain-Marketcap-of-a-specific-token) -▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool-on-ETH_1) +### Liquidity & Pools -#### Top Liquidity Pools of a token on Ethereum +#### Latest liquidity of a pool -▶️ [Top Liquidity Pools of a token on Ethereum](https://ide.bitquery.io/top-liquidity-pools-of-atoken-on-ethereum_1) +Current reserves on both sides of one pool. Replace the pool address. -#### Liquidity of All Pools of a Token on Ethereum +▶️ [Latest liquidity of a pool](https://ide.bitquery.io/latest-liquidity-of-a-EVM-pool_1) -Get latest liquidity across all pools where the token appears as either pool side. -▶️ [Liquidity of All Pools of a Token on Ethereum](https://ide.bitquery.io/liquidiy-of-all-token-pools_2) +#### Liquidity across all pools of a token -## Polygon (MATIC) +Total liquidity for a token summed across every pool it trades in. -### Real Time Balance APIs +▶️ [Liquidity across all pools of a token](https://ide.bitquery.io/liquidiy-of-all-token-pools_2) -#### Balance of an address +#### Top liquidity pools for a token -Returns all token balances for a wallet on Polygon using `EVM.Balances` with `network: matic` and `dataset: combined`. See [Polygon Address Balance API](/docs/blockchain/Matic/matic-balance-api/#balance-of-an-address). -▶️ [Balance of an Address](https://ide.bitquery.io/matic-balances-address_1) +The deepest pools holding a token, ranked by liquidity. -### Historical Balance APIs +▶️ [Top liquidity pools for a token](https://ide.bitquery.io/top-liquidity-pools-of-atoken-on-ethereum_1) -#### Balance of an address +#### Decoded arguments of a specific function call -Returns all token balances for a wallet on Polygon using `EVM.Balances` with `network: matic` and `dataset: combined` until a particular period. For this example we will find the Balnce of the address one month ago. +Every call to one function with its arguments decoded. Change the method name to track a different function. Needs the historical data add-on — see the comment at the top of the query. -▶️ [Balance of an Address](https://ide.bitquery.io/matic-historical-balances-address_1) +▶️ [Decoded arguments of a specific function call](https://ide.bitquery.io/addLiquidityETH_function) -## Solana +#### BlackRock USD Institutional Digital Liquidity Fund Latest Issuance -### Balance APIs +You can use the same as a `subscription` to monitor issuances in real-time. -#### Get Native and SPL Token Balance by Wallet +▶️ [BlackRock USD Institutional Digital Liquidity Fund Latest Issuance](https://ide.bitquery.io/BlackRock-USD-Institutional-Digital-Liquidity-Fund-Latest-Issuance) -Gets the portfolio for an address. -▶️ [Get Native and SPL Token Balance by Wallet](https://ide.bitquery.io/tokens-owned-by-an-address_3) +#### Liquidiy of all token pools -#### Historical Solana Balance +Returns current liquidity across all pools where a token appears as either `CurrencyA` or `CurrencyB`. It is useful when you want a token-wide liquidity view across multiple pools and DEXes. -This API returns all token inflows and outflows for a Solana address within a specified timeframe, enabling balance calculation based on transaction history. -▶️ [Solana Token Inflows and Outflows for Balance Calculation](https://ide.bitquery.io/currency-sent-and-received-by-an-address-between-a-time_6) +▶️ [Liquidiy of all token pools](https://ide.bitquery.io/liquidiy-of-all-token-pools_1) -#### Solana Balance Update +#### Top liquidity pools of atoken on ethereum -This query returns Solana balance update info for any balance update event. It includes the address, amount, currency details, and the amount of tokens present in a particular address before and after the update. -▶️ [Balance Update](https://ide.bitquery.io/solana-balance-update) +This query separates results by whether shiba inu is listed as the first token (`CurrencyA`) or the second token (`CurrencyB`) in the DEX pool, returning the 10 pools with the highest liquidity for each category. -#### Solana Instruction Balance Updates +▶️ [Top liquidity pools of atoken on ethereum](https://ide.bitquery.io/top-liquidity-pools-of-atoken-on-ethereum) -This query returns Solana balance update info for any balance update event, including the address, amount, currency details, and the details of the program responsible for this update. -▶️ [Instruction Balance Updates](https://ide.bitquery.io/Solana-InstructionBalanceUpdates) +#### Top liquidity pools on Ethereum -### MarketCap APIs +You can run and modify this query in the. -Trading API **`Tokens`** query for the latest **market cap**, **FDV**, **supply**, **price**, and **volume** for one Solana token. Use **`solana:`** + mint in **`Token.Id`**. Full examples: **[Solana Token Market Cap API](/docs/blockchain/Solana/solana-token-marketcap-api)**. +▶️ [Top liquidity pools on Ethereum](https://ide.bitquery.io/top-liquidity-pools-on-Ethereum) -#### Latest market cap for a specific Solana token (Trading API) +#### Latest Liquidity Changes of a Specific Pool -▶️ [Specific Solana Token Latest Market Cap](https://ide.bitquery.io/specific-solana-token-latest-marketcap) +Retrieves the latest liquidity events for a specific DEX pool on Ethereum. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. -### Transfers +▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_5) -#### Solana Transfers +### Transactions -This query gets the latest 10 transfers on Solana. You can increase the limit to get more transfers. This query only uses real-time data. -▶️ [Solana Transfers](https://ide.bitquery.io/Solana-transfers0_5) +#### Transactions by wallet -#### Solana Historical Transfers +Recent transactions sent from or to an address. -▶️ [Solana Historical Transfers](https://ide.bitquery.io/solana-historical-transfers_1) +▶️ [Transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_7) -#### Find who funded the specific Solana wallet +#### Look up a transaction by hash -To determine who funded a specific Solana wallet with SOL, you can utilise the following API. -▶️[Find who funded the specific Solana wallet](https://ide.bitquery.io/Who-funded-a-given-wallet) +Full detail for a single transaction. Paste the hash into the `where` clause. -#### Solana Token creator and Time +▶️ [Look up a transaction by hash](https://ide.bitquery.io/Get-a-transaction-by-hash) -▶️[Solana Token creator and Time](https://ide.bitquery.io/Solana-token-creation-date-and-creator) +#### Transaction value in USD -#### Solana Historical Token Transfers Over Time +Converts transaction value to USD at the time it was mined. -This API provides historical data on all Solana token transfers that occurred within a specified time range. -▶️ [Solana Historical Token Transfers Over Time](https://ide.bitquery.io/Solana-historical-token-transfers-between-a-time_2) +▶️ [Transaction value in USD](https://ide.bitquery.io/Transaction-value-in-USD) -#### Solana Token Transfers for a Specific Address +#### Debug traceTransaction -This API retrieves the history of token transfers (both sent and received) for a specific Solana address within a defined time period. -▶️ [Solana Token Transfers for a Specific Address](https://ide.bitquery.io/Solana-historical-token-transfers-of-an-address-between-a-time) +To trace a transaction using the debug_traceTransaction we need the `transaction hash`. We are using. -#### Solana Token Inflows and Outflows for Balance Calculation +▶️ [Debug traceTransaction](https://ide.bitquery.io/debug_traceTransaction) -This API returns all token inflows and outflows for a Solana address within a specified timeframe, enabling balance calculation based on transaction history. -▶️ [Solana Token Inflows and Outflows for Balance Calculation](https://ide.bitquery.io/currency-sent-and-received-by-an-address-between-a-time_6) +#### Eth getBlockReceipt -#### Simple SOL transfers (Transactions not trades) +In this section we will build an API that serves as an alternative to the eth_getBlockReceipts JSON RPC method that takes `Block Number` as an input and returns all transaction receipts for the given block. -This API returns simple SOL transfers; in other words, it contains transactions that are simple token transfers, not trades. -▶️ [Simple SOL transfers (Transactions not trades)](https://ide.bitquery.io/Simple-SOL-transfers-Transactions-not-trades) +▶️ [Eth getBlockReceipt](https://ide.bitquery.io/eth_getBlockReceipt) -### Trades +#### Eth getTransactionByHash -#### Solana Chain Trades +Eth getTransactionByHash. Uses the `Transactions` cube. -This query gets the latest 10 trades on Solana. You can increase the limit to get more trades. This query only uses real-time data. -▶️ [Solana Trades](https://ide.bitquery.io/Solana-dextrades00_10) +▶️ [Eth getTransactionByHash](https://ide.bitquery.io/eth_getTransactionByHash_1) -#### Solana Trades of a Token +#### Eth getTransactionReceipt -With this, you can query the trades of a token on Solana. -▶️ [Trades of a Token](https://ide.bitquery.io/Solana-dextrades-for-a-token_1#) +In this section, we will build an alternative to the eth_getTransactionReceipt JSON RPC method using the Bitquery APIs. The method is used to provide the receipt of a transaction given `transaction hash`. -#### Get Trades by Wallet Address +▶️ [Eth getTransactionReceipt](https://ide.bitquery.io/eth_getTransactionReceipt_1) -Get all trades related transactions (buy, sell) for a specific wallet address. -▶️ [Get Swaps by Wallet Address](https://ide.bitquery.io/Solana-dextrades-by-a-trader_2) +#### Internal transactions of a transaction -#### Get Swaps by Pair Address +The internal calls a transaction produced — what a block explorer shows as internal txns. -Get all trades related transactions for a specific pair address. -▶️ [Get Swaps by Pair Address](https://ide.bitquery.io/swaps-for-a-market-address-on-Solana) +▶️ [Internal transactions of a transaction](https://ide.bitquery.io/internal-transactions-for-a-particular-tx) -#### Latest Trades for a specific currency on Raydium +### Events & Calls -This query returns the latest trades for a token on Raydium. You can set the limit here also. -▶️ [Latest trades of a token on Raydium](https://ide.bitquery.io/Trades-for-a-token-on-Raydium-on-Solana) +#### Latest smart contract calls -#### Latest Trades in Real Time of a specific DEX +Decoded contract calls with their arguments. -This subscription query returns the latest PumpFun trades in real time. -▶️ [Real-time Trades](https://ide.bitquery.io/Latest-Pumpfun-trades-on-Solana) +▶️ [Latest smart contract calls](https://ide.bitquery.io/Recent-Calls-on-Ethereum_2) -### OHLC & Price Data +#### Latest events and logs -#### Get OHLCV by Pair Address +Decoded event logs as they land. Filter by contract or by event name. -You can get charting data easily with this query. Adjust the intervals as necessary. This query supports historical data. -▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC-for-a-token_8) +▶️ [Latest events and logs](https://ide.bitquery.io/Recents-Events-and-Logs-on-Ethereum_3) -#### Real-Time Token Prices in USD on Solana +#### All aave v3 events latest -Stream live OHLC (Open, High, Low, Close) price and volume data for all tokens on Solana, quoted directly in USD. Useful for dashboards, analytics, or bots that need stable fiat-based prices. -▶️ [Real-Time Token Prices in USD on Solana](https://ide.bitquery.io/Real-Time-usd-price-on-solana-chain) +Shows latest 10 events emitted by the AAVE V3 contract. The `Log` field in the results will contain information about the event, including its signature, smart contract address, and transaction hash. -#### Get ATH Price of a token +▶️ [All aave v3 events latest](https://ide.bitquery.io/All-aave-v3-events-latest) -Retrieves the all-time high (ATH) price in USD for a specified token contract. -▶️ [Get ATH Price of a token](https://ide.bitquery.io/solana-ATH_9) +#### ByteCode of A Token -#### Latest Token Prices in Quote Pair (USDC, USDT, etc.) +Will return the most recent transaction that created the token contract. The `Output` field of the Call object in the transaction contains the encoded bytecode of the contract. -Get latest OHLC prices for Solana tokens denominated in their trading pair token (e.g., USDC, USDT, or another crypto), instead of direct USD. Great for analyzing token behavior relative to stablecoins or other assets. -▶️ [Latest Token Prices in Quote pair](https://ide.bitquery.io/Latest-usd-price-on-solana-chain) +▶️ [ByteCode of A Token](https://ide.bitquery.io/ByteCode-of-A-Token) -#### Price change 5min, 1hr, 6hr precentage of a specific token +#### Find the deployer of a contract -With this, you can get the price change 5min, 1hr, 6hr precentage of a specific token. -▶️ [Price change 5min, 1hr, 6hr precentage](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_5) +Returns which address created a given contract, and when. Needs the historical data add-on — see the comment at the top of the query. -#### Top 10 solana tokens by price change in last 1 hr +▶️ [Find the deployer of a contract](https://ide.bitquery.io/creator--deployer-of-an-address_1) -With this, you can get top 10 solana tokens by price change in last 1 hr. -▶️ [Top 10 solana tokens by price change in last 1 hr](https://ide.bitquery.io/Top-10-solana-tokens-by-price-change-in-last-1-hr_4) +#### Debug_traceCall -#### PumpAMM 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders +In this section, we will discuss how we can use Bitquery APIs as an alternative to the debug_traceCall JSON RPC method, which runs an eth_call within the context of the given block execution using the final state of parent block as the base. -Real-time (1-second interval) price, OHLC, volume, and moving averages for Pump.fun AMM tokens on Solana. Useful for high-frequency trading bots. -▶️ [PumpAMM 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/PumpAMM-tokens-1-second-price-stream-with-OHLC_1) +▶️ [Debug_traceCall](https://ide.bitquery.io/debug_traceCall) -#### Raydium Launchlab 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders +#### ETH/BSC SC creates count over date -Monitor Raydium Launchlab token listings on Solana with 1-second OHLC and volume streams. Perfect for tracking new token launches. -▶️ [Raydium Launchlab 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/Raydium-Launchpad-DEX-tokens-1-second-price-stream-with-OHLC) +This query below, will return the number of new smart contracts created on the Ethereum and Binance Smart Chain networks since a particular date. It will also return the date of each day on which new smart contracts were created. -#### Latest Price of a Token on Raydium Launchpad +▶️ [ETH/BSC SC creates count over date](https://ide.bitquery.io/ETHBSC-SC-creates-count-over-date) -This query returns the latest price of a token on the Raydium launchpad. -▶️ [Latest Token Price on Launchpad](https://ide.bitquery.io/Latest-Price-of-a-Token-on-Launchpad) +#### Eth getLogs with filters -#### Latest Price of a LetsBonk.fun +Now, just like the orignal eth_getLogs method, Bitquery APIs provides the option to filter out the `Logs` based on the following parameeters. -This query returns the latest price of a LetsBonk.fun token. -▶️ [Latest LetsBonk.fun Token Price](https://ide.bitquery.io/Latest-Price-of-a-LetsBonkfun-Token-on-Launchpad?) +▶️ [Eth getLogs with filters](https://ide.bitquery.io/eth_getLogs-with-filters) -### Token Analytics +### Mempool -#### Get Token Prices on Solana +#### Get next available nonce -Returns price information for multiple Solana tokens in a single request. -▶️ [Get Multiple Token Prices on Solana](https://ide.bitquery.io/Get-multiple-Token-Prices) +The following query helps you determine the next available nonce for an Ethereum account by getting the latest transaction in the mempool (broadcasted transactions). The returned nonce is the highest nonce used by the account in the mempool. -#### Get Token Metadata +▶️ [Get next available nonce](https://ide.bitquery.io/get-next-available-nonce) -Get the token metadata for contract (mint, standard, name, symbol). -▶️ [Get Token Metadata](https://ide.bitquery.io/Solana-currency-details) +#### Simulating Pending Transactions -#### Get Top Token Holders +Retrieves information about in-flight transactions, helping you simulate the most recent state. It is a way to see if they will succeed without sending them on-chain. -Get a list of top token holders for a specific Solana token address. -▶️ [Get Top Token Holders](https://ide.bitquery.io/top-100-holders-of-USDC-token-on-Solana) +▶️ [Simulating Pending Transactions](https://ide.bitquery.io/Simulating-Pending-Transactions_1) -#### Get Token Pairs by Address +### Blocks & Validators -Get the supported pairs for a specific token address. -▶️ [Get Token Pairs by Address](https://ide.bitquery.io/traded-pairs-of-a-token_2) +#### Aggregate Self-Destruct Statistics -#### Get Token Pair Stats +Calculate total ETH destroyed or received from self-destructs using aggregation functions. -Get the pair stats by using pair address. -▶️ [Get Token Pair Stats](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-solana-token-pair) +▶️ [Aggregate Self-Destruct Statistics](https://ide.bitquery.io/Aggregate-Self-Destruct-Statistics) -#### Get Aggregated Token Pair Stats +#### QuasarBuilder MEV Payout Transaction Balance -Get aggregated statistics across supported pairs of a token. -▶️ [Get Aggregated Token Pair Stats](https://ide.bitquery.io/traded-pairs-stats-of-a-token) +This query focuses on a block builder address and returns the most recent payouts, including the token metadata, pre/post balances, and USD valuations, so you can quickly see how large each MEV reward was. -#### Realised PnL, avg buy price, buy volume, sell volume of a Trader for specific token +▶️ [QuasarBuilder MEV Payout Transaction Balance](https://ide.bitquery.io/QuasarBuilder-MEV-Payout-Transaction-Balance) -Get realised PnL, average buy price, buy volume, and sell volume for a token on Solana of a trader for over a time window. -▶️ [Realised PnL, avg buy price, buy volume, sell volume](https://ide.bitquery.io/Realised-Pnl-avg-buy-price-Buy-volume-Sell-Volume-Solana_2) +#### Self-Destruct Balance Decrease API -#### Historical Price and Volume Data (Volume & Price, Last 24h using Trading API) +Monitor contract balance decrease when contracts are self-destructing. -Use this API to get historical price and volume for a specific token over the past 24 hours. +▶️ [Self-Destruct Balance Decrease API](https://ide.bitquery.io/Self-Destruct-Balance-Decrease-API) -▶️ [Historical Price and Volume Data](https://ide.bitquery.io/24h-historical-price-and-historical-volume-on-Solana) +#### Self-Destruct Balance Increase API -#### Get Multiple Token Analytics +Monitor contract balance increase when contracts are self-destructing. -Returns analytics data for multiple token addresses. -▶️ [Get Multiple Token Analytics](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-multiple-solana-tokens) +▶️ [Self-Destruct Balance Increase API](https://ide.bitquery.io/Self-Destruct-Balance-Increase-API) -#### Get Volume Stats for Solana Chain +#### Top validators by total tips in last 24 hrs -Returns volume statistics, active wallets, and total transactions for Solana. -▶️ [Get Volume Stats By Chain](https://ide.bitquery.io/Chain-stats-like-total-volume-traded-total-transactions-active-wallets_1) +Ranks validators by cumulative priority fees (reason code 5) received in the last 24 hours. -#### Top 10 marketcap jump tokens in last 1hr +▶️ [Top validators by total tips in last 24 hrs](https://ide.bitquery.io/top-validators-by-total-tips-in-last-24-hrs) -This query retrieves top 10 marketcap jump tokens in last 1hr. -▶️ [Top 10 marketcap jump tokens in last 1hr](https://ide.bitquery.io/top-10-marketcap-jump-tokens-in-last-1hr#) +#### Total tips received by a validator in last 24 hrs -### Search Tokens +Returns the total priority fees (native and USD) earned by a specific validator over the last 24 hours. -#### Search tokens by name, symbol, mint address +▶️ [Total tips received by a validator in last 24 hrs](https://ide.bitquery.io/total-tips-received-by-a-validator-in-last-24-hrs) -Search for tokens based on contract address, token name or token symbol. -▶️ [Search Tokens based on token symbol](https://ide.bitquery.io/Token-Search-API---trump-symbol) +### Uniswap -### Pool/Liquidity APIs +#### Latest slippage on a Uniswap v3 pool -#### All Token Pairs Across DEXs with Current Liquidity +Per-trade slippage for one v3 pool, to size orders before sending them. -This query retrieves all instances of a specific token pair across decentralized exchanges (DEXs) on Solana, along with their current liquidity. -▶️ [All Token Pairs Across DEXs with Current Liquidity](https://ide.bitquery.io/All-Liquidity-pairs-of-a-token-and-current-liquidity-on-solana) +▶️ [Latest slippage on a Uniswap v3 pool](https://ide.bitquery.io/Latest-slippage-of-a-pool-on-Uniswap-v3-Ethereum_1) -#### Solana Pool Liquidity Changes +#### All Pool_Ids for currency -This query retrieves the latest changes to liquidity pools on Solana, including the change amount and the price at which the change happened. This query also uses only the real-time data set. -▶️ [Solana Liquidity Changes](https://ide.bitquery.io/Solana-DEXPools) +These swaps use the chain-specific DEXTrades cube via `EVM { DEXTrades }`: `Trade.PoolId`, pool-relative Buy/Sell (DEXTrades cube). USD can be thin on small pools—use live swaps above when you want the Trading row shape. -#### Liquidity of All Pools of a Token on Solana +▶️ [All Pool_Ids for currency](https://ide.bitquery.io/All-Pool_Ids-for-currency) -Get latest liquidity snapshots for all pools where a token is either base or quote currency. -▶️ [Liquidity of All Pools of a Token on Solana](https://ide.bitquery.io/liqidity-of-all-pools-of-a-token) +#### Fee collection on Uniswap v3 Positions -#### Latest Pools Created on Raydium +It returns decoded arguments—including the Uniswap position `tokenId`, the `recipient` address, and the collected `amount0` and `amount1` values (raw integer amounts). -This query returns the latest created pools on Raydium. You can set the limit here also. -▶️ [Raydium Latest Created Pools](https://ide.bitquery.io/Latest-Radiyum-V4-pools-created_1) +▶️ [Fee collection on Uniswap v3 Positions](https://ide.bitquery.io/Fee-collection-on-Uniswap-v3-Positions) -#### Latest Pools Created on Launchpad +#### Latest ModifyLiquidity Events on Uniswap v4 -This query returns the latest created pools on Raydium launchpad. You can set the limit here also. -▶️ [Launchpad Latest Created Pools](https://ide.bitquery.io/Launchpad-latest-pool-created) +Track the most recent liquidity modifications on Uniswap V4 by querying `ModifyLiquidity` events from the PoolManager contract. -#### Liquidity Addition for Four Meme Token +▶️ [Latest ModifyLiquidity Events on Uniswap v4](https://ide.bitquery.io/Latest-ModifyLiquidity-Events-on-Uniswap-v4) -Get the liquidity addition events for a specific token on the Four Meme Exchange. -▶️[Liquidity Addition](https://ide.bitquery.io/Liquidity-Added-to-specific-tokens-on-Four-meme) +#### Latest trades of a Uniswap pair -### PumpFun APIs +Trades for one Uniswap pair. Replace the pair address. -#### Get New Tokens for PumpFun +▶️ [Latest trades of a Uniswap pair](https://ide.bitquery.io/Latest-Trades-of-a-Pair-on-Uniswap) -Returns a list of newly created tokens on the Pump Fun. -▶️ [Get New Tokens for PumpFun](https://ide.bitquery.io/newly-created-PF-token-dev-address-metadata--query#) +#### Latest liquidity for a currency pair across all v4 pools -#### Get Latest Price of a Token in USD +This API endpoint provides latest liquidity event for every Uniswap V4 pool for a given currency pair. This info includes the Price of currencies in terms of other, Price of currencies in USD, Currency Details and `PoolIDs`. -▶️ [Get Latest Price of a Token](https://ide.bitquery.io/Pumpfun-token-latest-price-USD) +▶️ [Latest liquidity for a currency pair across all v4 pools](https://ide.bitquery.io/latest-liquidity-for-a-currency-pair-across-all-v4-pools_1) -#### Get Bonding Curve Progress of a Token on Pump Fun +### PancakeSwap -Returns Bonding Curve Percentage of a Token on the Pump Fun. -▶️ [Bonding Curve Percentage of a Token on Pump Fun](https://ide.bitquery.io/get-the-bonding-curve-progress-percentage_1) +#### Latest Trades on PancakeSwap V3 ETH -#### Track Pump Fun token migrations to PumpSwap (subscription) +The PancakSwap DEX Data is also available for view as a dashboard at DEXRABBIT. -Realtime stream of PumpSwap **`create_pool`** migrations (Pump.fun → PumpSwap). Filters: successful transactions, instruction depth 1, program **`pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA`**, non-placeholder mint in arguments. +▶️ [Latest Trades on PancakeSwap V3 ETH](https://ide.bitquery.io/Latest-Trades-on-PancakeSwap-V3-ETH) -▶️ [Pump Fun migration stream](https://ide.bitquery.io/pumpfun-migration-stream_4#) +#### Top Traders of a token on PancakeSwap on ETH -#### Latest Pump Fun token migrations to PumpSwap (query) +Top Traders of a token on PancakeSwap on ETH. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. -Latest migrations with the same filters as the subscription; **`limit: 20`**, ordered by **`Block_Slot`** descending. +▶️ [Top Traders of a token on PancakeSwap on ETH](https://ide.bitquery.io/Top-Traders-of-a-token-on-PancakeSwap-on-ETH) -▶️ [Pump Fun migration query](https://ide.bitquery.io/pumpfun-migration-query#) +#### Top token pairs on PancakeSwap v3 -#### Top PumpFun Tokens by Marketcap +Top token pairs on PancakeSwap v3. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. -This query returns the top 10 PumpFun tokens based on market cap. You can increase the limit to get more tokens. -▶️ [Top Tokens by Marketcap](https://ide.bitquery.io/top-tokens-by-mktcap-on-pump-fun-in-last-15-min) +▶️ [Top token pairs on PancakeSwap v3](https://ide.bitquery.io/Top-token-pairs-on-PancakeSwap-v3) -#### Top 10 pump fun tokens by Price change in last 5mins +## Solana -This query returns the top 10 pump fun tokens by Price change in last 5mins. You can increase the limit to get more tokens. -▶️ [Top 10 pump fun tokens by Price change in last 5mins](https://ide.bitquery.io/Top-10-pump-fun-tokens-by-Price-change-in-last-5mins_2) +### Trades -#### Top 10 pump fun tokens by Marketcap change in last 5mins +#### Get Multiple Token Analytics -This query returns the top 10 pump fun tokens by Marketcap change in last 5mins. You can increase the limit to get more tokens. -▶️ [Top 10 pump fun tokens by Marketcap change in last 5mins](https://ide.bitquery.io/Top-10-pump-fun-tokens-by-Marketcap-change-in-last-5mins_1) +Returns analytics data for multiple token addresses. -#### Historical PumpFun Migrated Token on Raydium and Pumpswap. +▶️ [Get Multiple Token Analytics](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-multiple-solana-tokens) -▶️ [Historical PumpFun Migrated Tokens](https://ide.bitquery.io/all-pumpfun-migrated-token-query_4) +#### Get Token Metadata -### Raydium Launchpad APIs +Get the token metadata for contract (mint, standard, name, symbol). -#### Get Bonding Curve Progress of a Raydium Launchpad Token +▶️ [Get Token Metadata](https://ide.bitquery.io/Solana-currency-details) -Returns Bonding Curve Percentage of a Raydium Launchpad Token. -▶️ [Bonding Curve Percentage of a Raydium Launchpad Token](https://ide.bitquery.io/bonding-curve-progress-percentage-of-a-letsbonkfun-token) +#### Get Token Pair Stats -#### Track Raydium Launchpad tokens above 95% Bonding Curve Progress in realtime +Get the pair stats by using pair address. -Returns Raydium Launchpad tokens which have more than 95% bonding curve progress. -▶️ [Raydium Launchpad Tokens above 95% Bonding Curve Progress](https://ide.bitquery.io/LetsBonkfun-Tokens-between-95-and-100-bonding-curve-progress_2) +▶️ [Get Token Pair Stats](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-solana-token-pair) -#### Top 100 About to Graduate Raydium Launchpad Tokens +#### Get Token Pairs by Address -Returns top 100 About to Graduate Raydium Launchpadn Tokens. -▶️ [Top 100 About to Graduate Raydium Launchpad Tokens](https://ide.bitquery.io/Top-100-graduating-raydium-launchlab-tokens-in-last-5-minutes) +Get the supported pairs for a specific token address. -#### Graduated Tokens +▶️ [Get Token Pairs by Address](https://ide.bitquery.io/traded-pairs-of-a-token_2) -This query gives you tokens which are graduated from Raydium Launchpad to Raydium. -▶️ [Graduated Tokens from Launchpad](https://ide.bitquery.io/Track-Token-Migrations-to-Raydium-DEX-and-Raydium-CPMM-in-realtime) +#### Get Volume Stats for Solana Chain -### LetsBonk.fun APIs +Returns volume statistics, active wallets, and total transactions for Solana. -#### Get Bonding Curve Progress of a LetsBonk.fun Token +▶️ [Get Volume Stats for Solana Chain](https://ide.bitquery.io/Chain-stats-like-total-volume-traded-total-transactions-active-wallets_1) -Returns Bonding Curve Percentage of a LetsBonk.fun Token. -▶️ [Bonding Curve Percentage of a LetsBonk.fun Token](https://ide.bitquery.io/bonding-curve-progress-percentage-of-a-letsbonkfun-token) +#### Realised PnL, avg buy price, buy volume, sell volume of a Trader for specific token -#### Track LetsBonk.fun tokens above 95% Bonding Curve Progress in realtime +Get realised PnL, average buy price, buy volume, and sell volume for a token on Solana of a trader for over a time window. -Returns LetsBonk.fun tokens which have more than 95% bonding curve progress. -▶️ [LetsBonk.fun Tokens above 95% Bonding Curve Progress](https://ide.bitquery.io/LetsBonkfun-Tokens-between-95-and-100-bonding-curve-progress_2) +▶️ [Realised PnL, avg buy price, buy volume, sell volume of a Trader for specific token](https://ide.bitquery.io/Realised-Pnl-avg-buy-price-Buy-volume-Sell-Volume-Solana_2) -#### Top 100 About to Graduate LetsBonk.fun Tokens +#### Search tokens by name, symbol, mint address -Returns top 100 About to Graduate LetsBonk.fun Tokens. -▶️ [Top 100 About to Graduate LetsBonk.fun Tokens](https://ide.bitquery.io/Top-100-graduating-raydium-launchlab-tokens-in-last-5-minutes) +Search for tokens based on contract address, token name or token symbol. -## Base +▶️ [Search tokens by name, symbol, mint address](https://ide.bitquery.io/Token-Search-API---trump-symbol) -### Balance APIs +#### Get Swaps by Pair Address -#### Get latest token balance of a wallet +Get all trades related transactions for a specific pair address. -Get latest token balance of a wallet. -▶️ [Get latest token balance of a wallet](https://ide.bitquery.io/Get-Latest-Token-Balance-for-an-Address_4) +▶️ [Get Swaps by Pair Address](https://ide.bitquery.io/swaps-for-a-market-address-on-Solana) -#### Get All Token Balances for an Address +#### Get Trades by Wallet Address -Retrieve all token balances held by a specific address. This query returns balances for all tokens the address holds. -▶️ [Get All Token Balances for an Address](https://ide.bitquery.io/Get-All-Token-Balances-for-an-Address_4) +Get all trades related transactions (buy, sell) for a specific wallet address. -#### Latest Liquidity of Base Pool +▶️ [Get Trades by Wallet Address](https://ide.bitquery.io/Solana-dextrades-by-a-trader_2) -Get the latest liquidity of an Base DEX pool (e.g., Uniswap v3 pool). -▶️ [Latest Liquidity of Base Pool](https://ide.bitquery.io/latest-liquidity-of-a-Base-pool_2) +#### Buys Sells BuyVolume SellVolume Makers TotalTradedVolume PriceinUSD for solana token pair -### Real Time Transfers +Returns the essential stats for a token such as buy volume, sell volume, total buys, total sells, makers, total trade volume, buyers, sellers (in last 5 min, 1 hour) of a specific token. -#### Get token transfers by wallet +▶️ [Buys Sells BuyVolume SellVolume Makers TotalTradedVolume PriceinUSD for solana token pair](https://ide.bitquery.io/Buys-Sells-BuyVolume-SellVolume-Makers-TotalTradedVolume-PriceinUSD-for-solana-token-pair00_2) -Get token transactions ordered by block number in descending order. -▶️ [Get token transfers by wallet](https://ide.bitquery.io/Get-token-transfers-by-wallet-base_1) +### Transfers -### Historical Transfers +#### Simple SOL transfers (Transactions not trades) -#### Get Historical ERC20 token transfers by wallet +This API returns simple SOL transfers; in other words, it contains transactions that are simple token transfers, not trades. -Get ERC20 token transfers for an address in a given historical time window -▶️ [Get Historical ERC20 token transfers by wallet](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet-base_2) +▶️ [Simple SOL transfers (Transactions not trades)](https://ide.bitquery.io/Simple-SOL-transfers-Transactions-not-trades) -### Real Time Transactions +#### Solana Token Transfers for a Specific Address -#### Get transactions by wallet +This API retrieves the history of token transfers (both sent and received) for a specific Solana address within a defined time period. -Get transactions ordered by block number in descending order. -▶️ [Get transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_8) +▶️ [Solana Token Transfers for a Specific Address](https://ide.bitquery.io/Solana-historical-token-transfers-of-an-address-between-a-time) -### Historical Transactions +#### Solana Transfers -#### Get historical transactions by wallet in a given period +This query gets the latest 10 transfers on Solana. You can increase the limit to get more transfers. This query only uses real-time data. -Get historical transactions for a given period of time ordered by block number in descending order. -▶️ [Get historical transactions by wallet](https://ide.bitquery.io/Get-historical-transactions-by-wallet-base_1) +▶️ [Solana Transfers](https://ide.bitquery.io/Solana-transfers0_5) -### Trades +#### Solana Historical Transfers -#### Base DEX Trades +Solana Historical Transfers. -This query returns the latest trades on the Base network from a trader perspective and returns useful metrics such as marketcap and pool ranking. -▶️ [Base DEX Trades](https://ide.bitquery.io/base-dextrades_3) +▶️ [Solana Historical Transfers](https://ide.bitquery.io/solana-historical-transfers_1) -#### Base Dex Trade By Tokens +#### Currency with elon inclusion -This query returns the latest trades on the Base network. This is useful when looking for trades of a token. -▶️ [DexTrade By Tokens](https://ide.bitquery.io/base-dextrades-for-a-token) +You can search tokens on Solana using names or symbols case insensitively also using our APIs and get prices and other details. -#### Get Trades by a Trader +▶️ [Currency with elon inclusion](https://ide.bitquery.io/Currency-with-elon-inclusion) -Get all trades by a particular trader. -▶️ [Get Swaps by Wallet Address](https://ide.bitquery.io/base-dextrades-by-a-trader) +#### Solana token transfers of Bags fm tokens -### Events & Calls +Track all transfers of Bags FM tokens across wallets. This Bags FM token transfers endpoint provides complete transfer history. 🔗. -#### Get Latest Events +▶️ [Solana token transfers of Bags fm tokens](https://ide.bitquery.io/Solana-token-transfers-of-Bags-fm-tokens) -▶️ [Get Latest Events](https://ide.bitquery.io/Recents-Events-and-Logs-on-Base) +#### Total txn fees paid by the Account -#### Get Latest Calls +Get the total fees (in SOL and USD) paid by a specific Solana account across all transfers. -▶️ [Get Latest Calls](https://ide.bitquery.io/Recent-Calls-on-base_1) +▶️ [Total txn fees paid by the Account](https://ide.bitquery.io/total-txn-fees-paid-by-the-Account) -### OHLC & Price Data +#### Transaction fees paid by Account aggregated by currency -#### Get OHLCV by Pair Address +Get total fees paid by a Solana account for transferring each type of token. -Get the OHLCV candle stick by using pair address. -▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC--base) +▶️ [Transaction fees paid by Account aggregated by currency](https://ide.bitquery.io/Transaction-fees-paid-by-Account-aggregated-by-currency) -#### Get Multiple Token Prices +#### Transfers of a wallet -Returns an array of token prices denominated in the blockchain's native token and USD for a given token contract address. -▶️ [Get Multiple Token Prices](https://ide.bitquery.io/Price-of-multiple-tokens-in-realtime_1) +Fetches the recent 10 transfers of a specific wallet address `9nnLbotNTcUhvbrsA6Mdkx45Sm82G35zo28AqUvjExn8`. -#### Get ATH Price of a token +▶️ [Transfers of a wallet](https://ide.bitquery.io/Transfers-of-a-wallet_1) -Retrieves the all-time high (ATH) price in USD for a specified token contract. -▶️ [Get ATH Price of a token](https://ide.bitquery.io/ATH-of-base-token) +#### Wallet transfers with transaction fees paid -#### Get Price Change 5min, 1h, 6h and 24h of a specific token +Track wallet token transfers and get the fees paid for each by the address. -This query gets you Price Change 5min, 1h, 6h and 24h of a specific token on the Base network. -▶️ [Get Price Change 5min, 1h, 6h and 24h of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_6) +▶️ [Wallet transfers with transaction fees paid](https://ide.bitquery.io/wallet-transfers-with-transaction-fees-paid) -#### Top 10 Base Tokens by Price Change in last 1h +### Balances & Holders -This query gets you top 10 Base Tokens by Price Change in last 1h. -▶️ [Top 10 Base Tokens by Price Change in last 1h](https://ide.bitquery.io/Top-10-base-tokens-by-price-change-in-last-1-hr_1) +#### Solana Instruction Balance Updates -#### Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders +This query returns Solana balance update info for any balance update event, including the address, amount, currency details, and the details of the program responsible for this update. -1-second OHLC and volume stream for tokens traded on Uniswap v3 (Base). Great for bot trading strategies. -▶️ [Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/Uniswap-v3-DEX-tokens-1-second-price-stream-with-OHLC_1) +▶️ [Solana Instruction Balance Updates](https://ide.bitquery.io/Solana-InstructionBalanceUpdates) -### MarketCap APIs +#### Balance updates -Trading API **`Tokens`** query for the latest **market cap**, **FDV**, **supply**, **price**, and **volume** for one Base token. Use **`base:`** + **lowercase** contract in **`Token.Id`**. Full examples: **[Base Token Market Cap API](/docs/blockchain/Base/base-token-marketcap-api)**. +Returns balance update associated with a instruction invocation. -#### Latest market cap for a specific Base token (Trading API) +▶️ [Balance updates](https://ide.bitquery.io/balance-updates) -▶️ [Specific Base Token Latest Market Cap](https://ide.bitquery.io/specific-base-token-latest-marketcap) +#### Solana balance updates executing burn instruction -### Token Analytics +The query below uses the InstructionBalanceUpdates API to fetch balance updates that occur when token burn instructions execute. -#### Get Token Total Supply and Market Cap +▶️ [Solana balance updates executing burn instruction](https://ide.bitquery.io/solana-balance-updates-executing-burn-instruction) -Retrieve the total supply and market capitalization of a specific token. This query provides on-chain market cap data. -▶️ [Get Token Total Supply and Market Cap](https://ide.bitquery.io/Get-Token-Total-Supply-and-Market-Cap_5) +#### Trades of wallets with balance Updates in that trades -#### Token Holder Count on a Specific Date +Below query will give you the trades of the wallets present in `addressList` along with the balance updates happened in those trades.. -This API returns the total number of holders for a specific token on a given date. -▶️ [Token Holder Count on a Specific Date](https://ide.bitquery.io/token-holders-count-base) +▶️ [Trades of wallets with balance Updates in that trades](https://ide.bitquery.io/Trades-of-wallets-with-balance-Updates-in-that-trades) -#### Real-Time Holders of Multiple Tokens +### Price & OHLC -This API leverages the balanceUpdate endpoint to deliver real-time holder data for multiple tokens. -▶️ [Real-Time Holders of Multiple Tokens](https://ide.bitquery.io/Top-10-holders-of-multiple-tokens-on-Base_2) +#### Get OHLCV by Pair Address -#### Token Holders of Multiple Tokens on a speicifc date +You can get charting data easily with this query. Adjust the intervals as necessary. This query supports historical data. -This API provides a list of top holders along with relevant statistics for a given token liston a specific date using Holders API. -▶️ [Real-Time Holders of Multiple Tokens](https://ide.bitquery.io/Top-10-holders-of-multiple-tokens-on-Base-at-a-specific-time-holder-api) +▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC-for-a-token_8) -#### Token Holders and Stats on a Specific Date - TokenHolders API +#### Get Token Prices on Solana -This API provides a list of all holders along with relevant statistics for a given token on a specific date. -▶️ [Token Holders and Stats on a Specific Date](https://ide.bitquery.io/tokens-holders-of-a-token-base) +Returns price information for multiple Solana tokens in a single request. -### Slippage APIs +▶️ [Get Token Prices on Solana](https://ide.bitquery.io/Get-multiple-Token-Prices) -#### Latest Slippage for a Specific Pool +#### Historical Price and Volume Data (Volume & Price, Last 24h using Trading API) -This query retrieves the latest slippage data for a specific DEX pool on Base. Use this to check current liquidity depth and price impact for a particular token pair. +Use this API to get historical price and volume for a specific token over the past 24 hours. + +▶️ [Historical Price and Volume Data (Volume & Price, Last 24h using Trading API)](https://ide.bitquery.io/24h-historical-price-and-historical-volume-on-Solana) + +#### Price change 5min, 1hr, 6hr precentage of a specific token + +With this, you can get the price change 5min, 1hr, 6hr precentage of a specific token. + +▶️ [Price change 5min, 1hr, 6hr precentage of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_5) + +#### Top 10 solana tokens by price change in last 1 hr + +With this, you can get top 10 solana tokens by price change in last 1 hr. + +▶️ [Top 10 solana tokens by price change in last 1 hr](https://ide.bitquery.io/Top-10-solana-tokens-by-price-change-in-last-1-hr_4) + +#### Get Latest Price of a Token in USD + +Get Latest Price of a Token in USD. Uses the `Pairs` cube. Replace the address in the `where` clause to use it. + +▶️ [Get Latest Price of a Token in USD](https://ide.bitquery.io/Pumpfun-token-latest-price-USD) + +#### ATH of multiple tokens quantile Solana + +ATH of multiple tokens quantile Solana. Uses the `DEXTradeByTokens` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [ATH of multiple tokens quantile Solana](https://ide.bitquery.io/ATH-of-multiple-tokens-quantile-Solana) + +#### ATH with price delta Solana + +Fetches a Solana token’s ATH price, ATH date, and price change percentages over the past 24h, 7d, and 30d using Bitquery Solana APIs. Try the. + +▶️ [ATH with price delta Solana](https://ide.bitquery.io/ATH-with-price-delta-Solana) + +#### AldrinAmm OHLC for specific pair + +If you want to get OHLC data for any specific currency pair on AldrinAmm, you can use this api. Only use. + +▶️ [AldrinAmm OHLC for specific pair](https://ide.bitquery.io/AldrinAmm-OHLC-for-specific-pair) + +#### Get Latest Price of Apple xStock in USD Real-time + +You can use the following query to get the latest price of a Apple xStock on Solana. + +▶️ [Get Latest Price of Apple xStock in USD Real-time](https://ide.bitquery.io/Get-Latest-Price-of-Apple-xStock-in--USD-Real-time) + +### Supply & Market Cap + +#### Bags.fm token creation using Solana token supply updates + +Bags.fm token creation using Solana token supply updates. Uses the `TokenSupplyUpdates` cube. Replace the address in the `where` clause to use it. + +▶️ [Bags.fm token creation using Solana token supply updates](https://ide.bitquery.io/Bagsfm-token-creation-using-Solana-token-supply-updates) + +#### Market cap of token + +You can fetch Marketcap of a token using below query. + +▶️ [Market cap of token](https://ide.bitquery.io/market-cap-of-token_1) + +#### Marketcap of tokens + +Returns the ATH (All-Time High) market cap, starting market cap, and related price metrics for multiple tokens. It calculates market cap using a 1 billion token supply and uses quantile to find the ATH price. + +▶️ [Marketcap of tokens](https://ide.bitquery.io/Marketcap-of-tokens) + +#### Sandisk - Backpack Securities MCAP + +See the Pairs cube for full field reference. + +▶️ [Sandisk - Backpack Securities MCAP](https://ide.bitquery.io/Sandisk---Backpack-Securities-MCAP) + +#### Token burn example solana + +You can also track real-time token burn using the TokenSupplyUpdates API. Check out the. + +▶️ [Token burn example solana](https://ide.bitquery.io/token-burn-example-solana) + +#### Token supply + +Will return the latest token supply of a specific token. We are getting here supply for this `6D7NaB2xsLd7cauWu1wKk6KBsJohJmP2qZH9GEfVi5Ui` token `PostBalance` will give you the current supply for this token. + +▶️ [Token supply](https://ide.bitquery.io/token-supply_2) + +#### Tokens with market cap range + +Lets say we need to get the tokens whose marketcap has crossed the `1M USD` mark but is less than `2M USD` for various reasons like automated trading. We can get the token details that have crossed a particular marketcap using. + +▶️ [Tokens with market cap range](https://ide.bitquery.io/tokens-with-market-cap-range) + +#### Top 10 marketcap jump tokens in last 1hr + +Use below query to get top 10 marketcap jump tokens in last 1hr. + +▶️ [Top 10 marketcap jump tokens in last 1hr](https://ide.bitquery.io/top-10-marketcap-jump-tokens-in-last-1hr) + +#### Top Solana tokens based on market cap + +Top Solana tokens based on market cap. Uses the `TokenSupplyUpdates` cube. + +▶️ [Top Solana tokens based on market cap](https://ide.bitquery.io/top-Solana-tokens-based-on-market-cap) + +#### Top Tokens by Market Cap on solana + +Ranks tokens on Solana by `Supply.MarketCap`, with 24h window, 1s interval, $1,000+ USD volume, `limitBy` per `Token_Id`, up to 50 rows. `Token.Network` is Solana. + +▶️ [Top Tokens by Market Cap on solana](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-solana) + +### Liquidity & Pools + +#### All Token Pairs Across DEXs with Current Liquidity + +This query retrieves all instances of a specific token pair across decentralized exchanges (DEXs) on Solana, along with their current liquidity. + +▶️ [All Token Pairs Across DEXs with Current Liquidity](https://ide.bitquery.io/All-Liquidity-pairs-of-a-token-and-current-liquidity-on-solana) + +#### Latest Pools Created on Launchpad + +This query returns the latest created pools on Raydium launchpad. You can set the limit here also. + +▶️ [Latest Pools Created on Launchpad](https://ide.bitquery.io/Launchpad-latest-pool-created) + +#### Liquidity of All Pools of a Token on Solana + +Get latest liquidity snapshots for all pools where a token is either base or quote currency. + +▶️ [Liquidity of All Pools of a Token on Solana](https://ide.bitquery.io/liqidity-of-all-pools-of-a-token) + +#### Solana Pool Liquidity Changes + +This query retrieves the latest changes to liquidity pools on Solana, including the change amount and the price at which the change happened. This query also uses only the real-time data set. + +▶️ [Solana Pool Liquidity Changes](https://ide.bitquery.io/Solana-DEXPools) + +#### All liquidity add instructions track on Solana + +Tracks liquidity addition events on Solana DEX pools by monitoring specific instructions. + +▶️ [All liquidity add instructions track on Solana](https://ide.bitquery.io/All-liquidity-add-instructions-track-on-Solana) + +#### CPMM pools created + +The mint addresses for the tokens being used in the pool are listed for example `tokenMint1` and `tokenMint0` , indicating which tokens the CPMM will support. + +▶️ [CPMM pools created](https://ide.bitquery.io/CPMM-pools-created_1) + +#### Get LP Latest liqudity on Solana + +Get LP Latest liqudity on Solana. Uses the `DEXPools` cube. Replace the address in the `where` clause to use it. + +▶️ [Get LP Latest liqudity on Solana](https://ide.bitquery.io/Get-LP-Latest-liqudity-on-Solana) + +#### Get all the liquidity pools info for a particular token + +Will give the information on all the liquidity pools of a particular token `EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm`. + +▶️ [Get all the liquidity pools info for a particular token](https://ide.bitquery.io/get-all-the-liquidity-pools-info-for-a-particular-token_1) + +#### Liquidity change in recent month + +Liquidity change in recent month. Uses the `DEXTradeByTokens` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Liquidity change in recent month](https://ide.bitquery.io/liquidity-change-in-recent-month) + +#### Liquidity lock using instructions balance update + +Using the below query, you can retrieve latest liquidity locks made using streamflow. + +▶️ [Liquidity lock using instructions balance update](https://ide.bitquery.io/Liquidity-lock-using-instructions-balance-update) + +### Events & Calls + +#### Not Anchor Error Solana Logs + +To exclude instructions containing specific log phrases such as 'AnchorError' you can use the `notLike` filter. + +▶️ [Not Anchor Error Solana Logs](https://ide.bitquery.io/Not-Anchor-Error-Solana-Logs) + +#### Solana Zeta Market logs + +If you need to filter out the instructions from Solana logs that involve a particular exchange but you don’t have any information, like address and protocol, then you can use the “includes” keyword on Logs. + +▶️ [Solana Zeta Market logs](https://ide.bitquery.io/Solana-Zeta-Market-logs) + +### Pump.fun + +#### Top 10 pump fun tokens by Marketcap change in last 5mins + +This query returns the top 10 pump fun tokens by Marketcap change in last 5mins. You can increase the limit to get more tokens. + +▶️ [Top 10 pump fun tokens by Marketcap change in last 5mins](https://ide.bitquery.io/Top-10-pump-fun-tokens-by-Marketcap-change-in-last-5mins_1) + +#### Top PumpFun Tokens by Marketcap + +This query returns the top 10 PumpFun tokens based on market cap. You can increase the limit to get more tokens. + +▶️ [Top PumpFun Tokens by Marketcap](https://ide.bitquery.io/top-tokens-by-mktcap-on-pump-fun-in-last-15-min) + +#### Get Bonding Curve Progress of a Token on Pump Fun + +Returns Bonding Curve Percentage of a Token on the Pump Fun. + +▶️ [Get Bonding Curve Progress of a Token on Pump Fun](https://ide.bitquery.io/get-the-bonding-curve-progress-percentage_1) + +#### ATH Market Cap of Pump Fun Tokens in a Specific Timeframe + +Use Bitquery's `DEXTradeByTokens` with `dataset: combined`, `Trade.PriceInUSD(maximum: Trade_PriceInUSD)`, and `quantile(of: Trade_PriceInUSD, level: 0.98)` to get ATH price. Market cap = ATH price × 1 billion (Pump.fun tokens have 1B supply). + +▶️ [ATH Market Cap of Pump Fun Tokens in a Specific Timeframe](https://ide.bitquery.io/ATH-Market-Cap-of-Pump-Fun-Tokens-in-a-Specific-Timeframe) + +#### All tokens traded on Pump.fun in the last 1 hour + +To get all tokens traded on Pump.fun in the last 1 hour, use a query that filters trades by the Pump.fun protocol and a block time within the past hour. + +▶️ [All tokens traded on Pump.fun in the last 1 hour](https://ide.bitquery.io/all-tokens-traded-on-Pumpfun-in-the-last-1-hour_1) + +#### How do I get tokens that reached a specific market cap on Pump.fun? + +To find tokens on Pump.fun that have reached a specific market capitalization threshold, you can use the following Bitquery GraphQL example. + +▶️ [How do I get tokens that reached a specific market cap on Pump.fun?](https://ide.bitquery.io/How-do-I-get-tokens-that-reached-a-specific-market-cap-on-Pumpfun) + +### Meteora + +#### Get the Top Traders of a specific Token on Meteora DAMM v2 DEX + +The below query gets the Top Traders of the specified Token on Meteora DAMM v2. This provides insights into the most active traders and their trading patterns. + +▶️ [Get the Top Traders of a specific Token on Meteora DAMM v2 DEX](https://ide.bitquery.io/Get-the-Top-Traders-of-a-specific-Token-on-Meteora-DAMM-v2-DEX_1) + +#### Get the Top Traders of a specific Token on Meteora DLMM DEX + +The below query gets the Top Traders of the specified Token on Meteora DLMM. This provides insights into the most active traders and their trading patterns. + +▶️ [Get the Top Traders of a specific Token on Meteora DLMM DEX](https://ide.bitquery.io/Get-the-Top-Traders-of-a-specific-Token-on-Meteora-DLMM-DEX) + +#### Get the Top Traders of a specific Token on Meteora DYN DEX + +The below query gets the Top Traders of the specified Token `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` on Meteora DYN. + +▶️ [Get the Top Traders of a specific Token on Meteora DYN DEX](https://ide.bitquery.io/Get-the-Top-Traders-of-a-specific-Token-on-Meteora-DYN-DEX) + +#### Meteora DAMM v2 OHLC API + +If you want to get OHLC (Open, High, Low, Close) data for any specific currency pair on Meteora DAMM v2, you can use this API. This provides technical analysis data for charting and trading strategies. + +▶️ [Meteora DAMM v2 OHLC API](https://ide.bitquery.io/Meteora-DAMM-v2-OHLC-API) + +#### Meteora DLMM OHLC API + +If you want to get OHLC (Open, High, Low, Close) data for any specific currency pair on Meteora DLMM, you can use this API. This provides technical analysis data for charting and trading strategies. + +▶️ [Meteora DLMM OHLC API](https://ide.bitquery.io/Meteora-DLMM-OHLC-API) + +#### Meteora DYN OHLC API + +If you want to get OHLC data for any specific currency pair on Meteora DYN, you can use this api. Only use. + +▶️ [Meteora DYN OHLC API](https://ide.bitquery.io/Meteora-DYN-OHLC-API) + +### Raydium + +#### Top 100 About to Graduate Raydium Launchpad Tokens + +Returns top 100 About to Graduate Raydium Launchpadn Tokens. + +▶️ [Top 100 About to Graduate Raydium Launchpad Tokens](https://ide.bitquery.io/Top-100-graduating-raydium-launchlab-tokens-in-last-5-minutes) + +#### Historical PumpFun Migrated Token on Raydium and Pumpswap. + +Historical PumpFun Migrated Token on Raydium and Pumpswap. Uses the `DEXTradeByTokens` cube. Adjust the date range in the `where` clause. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Historical PumpFun Migrated Token on Raydium and Pumpswap.](https://ide.bitquery.io/all-pumpfun-migrated-token-query_4) + +#### Get Bonding Curve Progress of a Raydium Launchpad Token + +Returns Bonding Curve Percentage of a Raydium Launchpad Token. + +▶️ [Get Bonding Curve Progress of a Raydium Launchpad Token](https://ide.bitquery.io/bonding-curve-progress-percentage-of-a-letsbonkfun-token) + +#### Latest Price of a Token on Raydium Launchpad + +This query returns the latest price of a token on the Raydium launchpad. + +▶️ [Latest Price of a Token on Raydium Launchpad](https://ide.bitquery.io/Latest-Price-of-a-Token-on-Launchpad) + +#### Latest Trades for a specific currency on Raydium + +This query returns the latest trades for a token on Raydium. You can set the limit here also. + +▶️ [Latest Trades for a specific currency on Raydium](https://ide.bitquery.io/Trades-for-a-token-on-Raydium-on-Solana) + +#### DecreaseLiquidityV2 latest raydium clmm + +DecreaseLiquidityV2 latest raydium clmm. Uses the `Instructions` cube. Replace the address in the `where` clause to use it. + +▶️ [DecreaseLiquidityV2 latest raydium clmm](https://ide.bitquery.io/decreaseLiquidityV2-latest-raydium-clmm_1) + +### LetsBonk.fun + +#### Latest Price of a LetsBonk.fun Token on Launchpad + +Provides the most recent price data for a specific LetsBonk.fun token `token Mint Address` launched on Raydium Launchpad. You can filter by the token’s `MintAddress`, and the query will return the last recorded trade price. + +▶️ [Latest Price of a LetsBonk.fun Token on Launchpad](https://ide.bitquery.io/Latest-Price-of-a-LetsBonkfun-Token-on-Launchpad) + +#### Latest Trades of a letsbonk.fun token on Launchpad + +Fetches the most recent trades of a LetsBonk.fun Token `token Mint Address` on the Raydium Launchpad. Run the query. + +▶️ [Latest Trades of a letsbonk.fun token on Launchpad](https://ide.bitquery.io/Latest-Trades-of-a-letsbonkfun-token-on-Launchpad) + +#### Liquidity for a Letsbonk.fun token pair + +Liquidity for a Letsbonk.fun token pair. Uses the `DEXPools` cube. Replace the address in the `where` clause to use it. + +▶️ [Liquidity for a Letsbonk.fun token pair](https://ide.bitquery.io/liquidity-for-a-Letsbonkfun-token-pair_2) + +#### Ohlc for letsbonk.fun token + +Ohlc for letsbonk.fun token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Ohlc for letsbonk.fun token](https://ide.bitquery.io/ohlc-for-letsbonkfun-token) + +#### Pool address for letsbonk.fun token + +Pool address for letsbonk.fun token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Pool address for letsbonk.fun token](https://ide.bitquery.io/pool-address-for-letsbonkfun-token_1) + +#### Top buyers of a letsbonk.fun token on launchpad + +Top buyers of a letsbonk.fun token on launchpad. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Top buyers of a letsbonk.fun token on launchpad](https://ide.bitquery.io/top-buyers-of-a-letsbonkfun-token-on-launchpad) + +## BSC + +### Trades + +#### BSC DEX Trades + +This query returns the latest trades on the BSC network from a trader perspective and returns useful metrics such as marketcap and pool ranking. + +▶️ [BSC DEX Trades](https://ide.bitquery.io/BSC-dextrades_9) + +#### BSC Dex Trade By Tokens + +This query returns the latest trades on the BSC network. This is useful when looking for trades of a token. + +▶️ [BSC Dex Trade By Tokens](https://ide.bitquery.io/BSC-dextrades-for-a-token) + +#### Top Gainers on BSC + +Get Top Gainers for the BSC network. + +▶️ [Top Gainers on BSC](https://ide.bitquery.io/bsc-top-gainers) + +#### Get Trades by a Trader + +Get all trades by a particular trader. + +▶️ [Get Trades by a Trader](https://ide.bitquery.io/BSC-dextrades-by-a-trader) + +#### All dexs info on bsc + +Will fetch all the DEXs info for the BSC network. + +▶️ [All dexs info on bsc](https://ide.bitquery.io/all-dexs-info-on-bsc) + +#### First 500 buyers of a specific BSC chain token + +Below API gets you the first 500 buyers of a specific BSC token, here as example we have taken this token `0x031b41e504677879370e9DBcF937283A8691Fa7f`. + +▶️ [First 500 buyers of a specific BSC chain token](https://ide.bitquery.io/first-500-buyers-of-a-specific-BSC-chain-token_2) + +#### Get all dex markets for a token + +Will fetch all the DEXs where a token is listed for the BSC network. + +▶️ [Get all dex markets for a token](https://ide.bitquery.io/get-all-dex-markets-for-a-token) + +#### Get all the DEXs on BSC network + +Retrieves all the DEXes operating on BSC network and gives info such as `ProtocolName` , `ProtocolVersion` and `ProtocolFamily`. + +▶️ [Get all the DEXs on BSC network](https://ide.bitquery.io/Get-all-the-DEXs-on-BSC-network) + +#### Latest Flap.sh trades for a specific token + +Get trading activity for a specific Flap.sh token using DEXTradeByTokens API. + +▶️ [Latest Flap.sh trades for a specific token](https://ide.bitquery.io/Latest-Flapsh-trades-for-a-specific-token) + +#### Latest Flap.sh trades using DEXTrades API + +Monitor all recent trades across Flap.sh tokens using the DEXTrades API. + +▶️ [Latest Flap.sh trades using DEXTrades API](https://ide.bitquery.io/Latest-Flapsh-trades-using-DEXTrades-API) + +### Settlements + +#### Gra fun redeem transactions + +Gra fun redeem transactions. Uses the `Events` cube. Replace the address in the `where` clause to use it. + +▶️ [Gra fun redeem transactions](https://ide.bitquery.io/Gra-fun-redeem-transactions) + +### Transfers + +#### Get Historical ERC20 token transfers by wallet + +Get ERC20 token transfers for an address in a given historical time window + +▶️ [Get Historical ERC20 token transfers by wallet](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet-bsc) + +#### Get token transfers by wallet + +Get token transactions ordered by block number in descending order. + +▶️ [Get token transfers by wallet](https://ide.bitquery.io/Get-ERC20-token-transfers-by-wallet-bsc) + +#### Check if an address interacted with predict.fun ever + +Predict.fun flows on BSC often show up as USDT (`0x55d398326f99059fF775485246999027B3197955`) transfers from the user's wallet to one of the protocol contract addresses listed below. + +▶️ [Check if an address interacted with predict.fun ever](https://ide.bitquery.io/check-if-an-address-interacted-with-predictfun-ever) + +#### Check who created this meme rush token + +Fetches the developer address that created a specific Meme Rush token on BSC by tracing the minting transfer (from the zero address) of that token’s smart contract. + +▶️ [Check who created this meme rush token](https://ide.bitquery.io/check-who-created-this-meme-rush-token) + +#### Check who created this token + +Fetches the developer address that created a specific Four.Meme token on BSC by tracing the minting transfer (from the zero address) of that token’s smart contract. + +▶️ [Check who created this token](https://ide.bitquery.io/check-who-created-this-token) + +#### First transfers of a token + +Retrieves the first transfer of a token to each address, providing the timestamp when each address first received the token. + +▶️ [First transfers of a token](https://ide.bitquery.io/first-transfers-of-a-token_5) + +#### Meme rush tokens created by specific dev + +This API fetches Binance Meme Rush tokens created by a specific dev on BSC by tracking token minting transfers signed by a particular dev. `Dev Address` here in example is `0xF4f3eb591c47d14614D3A54aCBA28019e2041066`. + +▶️ [Meme rush tokens created by specific dev](https://ide.bitquery.io/meme-rush-tokens-created-by-specific-dev) + +#### New Flap.sh Tokens Created Using Transfers API + +Track newly created Flap.sh tokens by monitoring transfers from the zero address with token addresses ending in the vanity suffix. + +▶️ [New Flap.sh Tokens Created Using Transfers API](https://ide.bitquery.io/New-Flapsh-Tokens-Created-Using-Transfers-API) + +#### Sender OR Receiver Transfer Example BSC + +Sender OR Receiver Transfer Example BSC. Uses the `Transfers` cube. Replace the address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Sender OR Receiver Transfer Example BSC](https://ide.bitquery.io/Sender-OR-Receiver-Transfer-Example-BSC) + +#### Token created by specific dev + +This API fetches Four.Meme tokens created by a specific dev on BSC by tracking token minting transfers signed by a particular dev. `Dev Address` here in example is `0x9c75588640605d46b42f2d64c5c2e993de251210`. + +▶️ [Token created by specific dev](https://ide.bitquery.io/token-created-by-specific-dev) + +### Balances & Holders + +#### Get latest BNB balance of an wallet + +Get latest BNB balance of an wallet. + +▶️ [Get latest BNB balance of an wallet](https://ide.bitquery.io/Latest-native-balance-of-an-address-bsc) + +#### Average Tip in terms of avg gas Fee bsc + +Compares average user tip to average total gas fee per block across the last 10 blocks. + +▶️ [Average Tip in terms of avg gas Fee bsc](https://ide.bitquery.io/Average-Tip-in-terms-of-avg-gas-Fee-bsc) + +#### Latest balance of an address for a specific token bsc + +This API gives you latest balance of a specific address (here in example `0x238a358808379702088667322f80ac48bad5e6c4`) for a specific token (here we have taken example of USDC `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48`). Try it out. + +▶️ [Latest balance of an address for a specific token bsc](https://ide.bitquery.io/Latest-balance-of-an-address-for-a-specific-token-bsc) + +#### Top 10 holders percentage + +Calculates the percentage of total supply held by the top 10 holders of a specific Four Meme token on BSC. + +▶️ [Top 10 holders percentage](https://ide.bitquery.io/top-10-holders-percentage) + +#### Track recent ephemeral contract patterns bsc + +Many MEV bots and arbitrage executors create contracts that are destroyed within the same transaction. These short-lived contracts are used for. + +▶️ [Track recent ephemeral contract patterns bsc](https://ide.bitquery.io/Track-recent-ephemeral-contract-patterns-bsc) + +#### Balance Updates for multiple addresses transfer in last 24 hours bsc + +Balance Updates for multiple addresses transfer in last 24 hours bsc. Uses the `TransactionBalances` cube. + +▶️ [Balance Updates for multiple addresses transfer in last 24 hours bsc](https://ide.bitquery.io/Balance-Updates-for-multiple-addresses-transfer-in-last-24-hours-bsc) + +#### Balance Updates for transfer in last 24 hours bsc + +Balance Updates for transfer in last 24 hours bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance Updates for transfer in last 24 hours bsc](https://ide.bitquery.io/Balance-Updates-for-transfer-in-last-24-hours-bsc) + +#### Balance update after transfer received bsc + +Balance update after transfer received bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update after transfer received bsc](https://ide.bitquery.io/Balance-update-after-transfer-received-bsc) + +#### Balance update after transfer received from multiple addresses bsc + +Balance update after transfer received from multiple addresses bsc. Uses the `TransactionBalances` cube. + +▶️ [Balance update after transfer received from multiple addresses bsc](https://ide.bitquery.io/Balance-update-after-transfer-received-from-multiple-addresses-bsc) + +#### Balance update after transfer sent bsc + +Balance update after transfer sent bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update after transfer sent bsc](https://ide.bitquery.io/Balance-update-after-transfer-sent-bsc) + +### Price & OHLC + +#### BEP-20 Token Price + +Get the latest price of a BEP-20 token on BSC network. + +▶️ [BEP-20 Token Price](https://ide.bitquery.io/realtime-usd-price-of-a-token) + +#### Get Price Change 5min, 1h, 6h and 24h of a specific BSC token + +This query gets you Price Change 5min, 1h, 6h and 24h of a specific token on the BSC network. + +▶️ [Get Price Change 5min, 1h, 6h and 24h of a specific BSC token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_3) + +#### OHLC for a BEP-20 Token + +Get OHLC statistics for a BEP-20 token on BSC network. + +▶️ [OHLC for a BEP-20 Token](https://ide.bitquery.io/OHLC-for-a-token-on-bsc_1) + +#### Top 10 BSC Tokens by Price Change in last 1h + +This query gets you top 10 BSC Tokens by Price Change in last 1h. + +▶️ [Top 10 BSC Tokens by Price Change in last 1h](https://ide.bitquery.io/Top-10-bsc-tokens-by-price-change-in-last-1-hr) + +#### BSC OHLC API For Token Pair + +Will fetch the OHLC of a token pair for the BSC network. + +▶️ [BSC OHLC API For Token Pair](https://ide.bitquery.io/BSC-OHLC-API-For-Token-Pair) + +#### Meme rush token ATH price + +Fetches the All-Time High (ATH) price of a specific Meme Rush token on BSC, using the `DEXTradeByTokens` dataset to calculate the 98th percentile of trade prices (approximate ATH). + +▶️ [Meme rush token ATH price](https://ide.bitquery.io/meme-rush-token-ATH-price) + +#### Latest price of a token on bsc + +Will fetch latest trades for a token pair for the BSC network. + +▶️ [Latest price of a token on bsc](https://ide.bitquery.io/Latest-price-of-a-token-on-bsc) + +#### OHLCV data for specific Flap.sh token against BNB + +Get OHLCV data for Flap.sh tokens paired with BNB. + +▶️ [OHLCV data for specific Flap.sh token against BNB](https://ide.bitquery.io/OHLCV-data-for-specific-Flapsh-token-against-BNB) + +#### OHLCV data for specific Flap.sh token in USD + +Get OHLCV (Open, High, Low, Close, Volume) data for Flap.sh tokens quoted in USD. + +▶️ [OHLCV data for specific Flap.sh token in USD](https://ide.bitquery.io/OHLCV-data-for-specific-Flapsh-token-in-USD) + +#### Percentage price change for a meme rush token + +Use the below query to get the price change in percentage for various time fields including `24 hours`, `1 hour` and `5 minutes`. Try it. + +▶️ [Percentage price change for a meme rush token](https://ide.bitquery.io/Percentage-price-change-for-a-meme-rush-token) + +### Supply & Market Cap + +#### Get Total Supply and Marketcap of an ERC20 token + +Get Total Supply and Marketcap of an ERC20 token. + +▶️ [Get Total Supply and Marketcap of an ERC20 token](https://ide.bitquery.io/Total-Supply-and-onchain-Marketcap-of-a-specific-token-bsc_1) + +#### Top Tokens by Market Cap on bsc + +Ranks tokens on BNB Smart Chain by `Supply.MarketCap`, with 24h window, 1s interval, $1,000+ USD volume, `limitBy` per `Token_Id`, up to 50 rows. `Token.Network` is Binance Smart Chain. + +▶️ [Top Tokens by Market Cap on bsc](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-bsc) + +#### Total Supply and onchain Marketcap of a specific token bsc + +This API gives you latest Supply and Marketcap of a token on BSC (here as example we have taken a BEP-20 token `0x55d398326f99059ff775485246999027b3197955`). Try it out. + +▶️ [Total Supply and onchain Marketcap of a specific token bsc](https://ide.bitquery.io/Total-Supply-and-onchain-Marketcap-of-a-specific-token-bsc) + +### Liquidity & Pools + +#### Latest Slippage for a Specific Pool + +This query retrieves the latest slippage data for a specific DEX pool on BSC. Use this to check current liquidity depth and price impact for a particular token pair. + +▶️ [Latest Slippage for a Specific Pool](https://ide.bitquery.io/Latest-slippage-of-a-pool-on-Pancakeswap) + +#### Latest Liquidity Changes of a Specific Pool + +Retrieves the latest liquidity events for a specific DEX pool on BSC. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. + +▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_2) + +### Transactions + +#### Get transactions by wallet + +Get transactions ordered by block number in descending order. + +▶️ [Get transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_6) + +#### Gra fun buy transactions + +Retrieve all buy transactions from GRA.fun using. + +▶️ [Gra fun buy transactions](https://ide.bitquery.io/Gra-fun-buy-transactions) + +#### Gra fun sell transactions + +Retrieve all sell transactions on GRA fun using. + +▶️ [Gra fun sell transactions](https://ide.bitquery.io/Gra-fun-sell-transactions) + +### Events & Calls + +#### Latest Calls on BSC network + +Retrieves the latest successful smart contract calls on the BNB Smart Chain (BSC). It fetches details about contract interactions, transaction metadata, and associated block information. + +▶️ [Latest Calls on BSC network](https://ide.bitquery.io/Latest-Calls-on-BSC-network) + +#### Latest flap.sh token created using events data + +Monitor token creation events directly from the Flap.sh portal contract for more detailed information. + +▶️ [Latest flap.sh token created using events data](https://ide.bitquery.io/Latest-flapsh-token-created-using-events-data_1) + +### Blocks & Validators + +#### Aggregate Self-Destruct Statistics bsc + +Calculate total ETH destroyed or received from self-destructs using aggregation functions. + +▶️ [Aggregate Self-Destruct Statistics bsc](https://ide.bitquery.io/Aggregate-Self-Destruct-Statistics-bsc) + +#### Self-Destruct Balance Decrease API bsc + +Monitor contract balance decrease when contracts are self-destructing. + +▶️ [Self-Destruct Balance Decrease API bsc](https://ide.bitquery.io/Self-Destruct-Balance-Decrease-API-bsc) + +#### Self-Destruct Balance Increase API bsc + +Monitor contract balance increase when contracts are self-destructing. + +▶️ [Self-Destruct Balance Increase API bsc](https://ide.bitquery.io/Self-Destruct-Balance-Increase-API-bsc) + +#### Top validators by total tips in last 24 hrs bsc + +Ranks validators by cumulative priority fees (reason code 5) received in the last 24 hours. + +▶️ [Top validators by total tips in last 24 hrs bsc](https://ide.bitquery.io/top-validators-by-total-tips-in-last-24-hrs-bsc) + +#### Historical Miner Balance Data bsc + +Historical Miner Balance Data bsc. Uses the `TransactionBalances` cube. + +▶️ [Historical Miner Balance Data bsc](https://ide.bitquery.io/Historical-Miner-Balance-Data-bsc) + +#### Total tips received by a validator in last 24 hrs bsc + +Returns the total priority fees (native and USD) earned by a specific validator over the last 24 hours. + +▶️ [Total tips received by a validator in last 24 hrs bsc](https://ide.bitquery.io/total-tips-received-by-a-validator-in-last-24-hrs-bsc) + +### PancakeSwap + +#### OHLC of a Token on PancakeSwap + +Get the OHLC stats of a token traded on Pancakeswap. + +▶️ [OHLC of a Token on PancakeSwap](https://ide.bitquery.io/OHLC-of-a-Token-on-pancake_swap_v3) + +#### Price of a Token on PancakeSwap + +Get the latest price of a token traded on Pancakeswap. + +▶️ [Price of a Token on PancakeSwap](https://ide.bitquery.io/BSC-PancakeSwap-v3-Price-for-a-token) + +#### Trades on Pancakeswap + +Get the latest trades on Pancakeswap. + +▶️ [Trades on Pancakeswap](https://ide.bitquery.io/BSC-dextrades-for-pancakeswap) + +#### All pools of a token on pancake swap + +All pools of a token on pancake swap. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [All pools of a token on pancake swap](https://ide.bitquery.io/All-pools-of-a-token-on-pancake-swap_2) + +#### Bsc pancakeswap ohlc using trading api + +Bsc pancakeswap ohlc using trading api. Uses the `Pairs` cube. + +▶️ [Bsc pancakeswap ohlc using trading api](https://ide.bitquery.io/bsc-pancakeswap-ohlc-using-trading-api) + +#### Get Latest Price of a token on PancakeSwap Infinity + +Below query will get you Latest Price of a token on PancakeSwap Infinity. + +▶️ [Get Latest Price of a token on PancakeSwap Infinity](https://ide.bitquery.io/Get-Latest-Price-of-a-token-on-PancakeSwap-Infinity_1) + +### Four Meme + +#### Get Dev and Age of Four Meme Token + +Below query retrieves the Dev address and time when a Four Meme Token was created. + +▶️ [Get Dev and Age of Four Meme Token](https://ide.bitquery.io/get-dev-and-age-of-a-four-meme-token) + +#### Get Newly Created Tokens on Four Meme + +This query retrieves newly created tokens on Four Meme by listening to the `TokenCreate` event. The response provides token information including creator address, token contract address, name, symbol, total supply, and launch details. + +▶️ [Get Newly Created Tokens on Four Meme](https://ide.bitquery.io/track-Four-meme-token-creation-using-events) + +#### Liquidity Addition for Four Meme Token + +Get the liquidity addition events for a specific token on the Four Meme Exchange. + +▶️ [Liquidity Addition for Four Meme Token](https://ide.bitquery.io/Liquidity-Added-to-specific-tokens-on-Four-meme) + +#### Four meme - token ATH price + +Fetches the All-Time High (ATH) price of a specific Four.Meme token on BSC, using the `DEXTradeByTokens` dataset to calculate the 98th percentile of trade prices (approximate ATH). + +▶️ [Four meme - token ATH price](https://ide.bitquery.io/four-meme---token-ATH-price) + +#### Get first buys of an address list of a specific token + +This query checks if the addresses from Query 1 ever bought the token and when. Pass the address array from Query 1 as a variable to this query. + +▶️ [Get first buys of an address list of a specific token](https://ide.bitquery.io/get-first-buys-of-an-address-list-of-a-specific-token_2) + +#### If meme rush token migrated from four meme or not + +Below query will only show response if a the mentioned meme rush tokens have migrated to Pancakeswap. Note: Please use a `Block{Date}` filter to minimize the data processing and hence the query processing time and get fast responses. + +▶️ [If meme rush token migrated from four meme or not](https://ide.bitquery.io/if-meme-rush-token-migrated-from-four-meme-or-not) + +### Uniswap + +#### Trading Pairs on a BSC DEX + +Get all trading pairs present on a BSC network DEX. + +▶️ [Trading Pairs on a BSC DEX](https://ide.bitquery.io/trading-pairs-on-BNB-by-USD-volume) + +#### Get metadata + +Use the below query to get Token's metadata like `Name`, `symbol`, `SmartContract Address`, `Decimals`. + +▶️ [Get metadata](https://ide.bitquery.io/get-metadata_1) + +#### Latest Trades for a currency pair on bsc + +Latest Trades for a currency pair on bsc. Uses the `DEXTrades` cube. + +▶️ [Latest Trades for a currency pair on bsc](https://ide.bitquery.io/Latest-Trades-for-a-currency-pair-on-bsc) + +#### OHLC on BSC Uniswap v3 + +Retrieves the Open, High, Low, and Close (OHLC) prices in USD for a specific token traded on Uniswap v3 over a defined time period and interval. + +▶️ [OHLC on BSC Uniswap v3](https://ide.bitquery.io/OHLC-on-BSC-Uniswap-v3) + +#### Top bought tokens on bsc uniswap v3 + +Will fetch the top bought tokens on uniswap v3. + +▶️ [Top bought tokens on bsc uniswap v3](https://ide.bitquery.io/top-bought-tokens-on-bsc-uniswap-v3) + +#### Top buyers of a currency on uniswap v4 bsc + +Top buyers of a currency on uniswap v4 bsc. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Top buyers of a currency on uniswap v4 bsc](https://ide.bitquery.io/top-buyers-of-a-currency-on-uniswap-v4-bsc) + +## Base + +### Trades + +#### Base DEX Trades + +This query returns the latest trades on the Base network from a trader perspective and returns useful metrics such as marketcap and pool ranking. + +▶️ [Base DEX Trades](https://ide.bitquery.io/base-dextrades_3) + +#### Base Dex Trade By Tokens + +This query returns the latest trades on the Base network. This is useful when looking for trades of a token. + +▶️ [Base Dex Trade By Tokens](https://ide.bitquery.io/base-dextrades-for-a-token) + +#### Get Trades by a Trader + +Get all trades by a particular trader. + +▶️ [Get Trades by a Trader](https://ide.bitquery.io/base-dextrades-by-a-trader) + +#### First 500 buyers of a specific base token + +Below API gets you the first 500 buyers of a specific Base chain token, here as example we have taken this token `0x58538e6A46E07434d7E7375Bc268D3cb839C0133`. + +▶️ [First 500 buyers of a specific base token](https://ide.bitquery.io/first-500-buyers-of-a-specific-base-token) + +#### Latest Trades of a Token on Zora Base + +Latest Trades of a Token on Zora Base. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Latest Trades of a Token on Zora Base](https://ide.bitquery.io/Latest-Trades-of-a-Token-on-Zora-Base) + +#### Latest Zora Trades on Base + +Fetches the latest DEX trades on the Zora protocol (`zora_v4`) on Base blockchain. + +▶️ [Latest Zora Trades on Base](https://ide.bitquery.io/Latest-Zora-Trades-on-Base) + +#### Most Traded Tokens on Aerodome Last Month + +Discover the most actively traded tokens on Aerodrome Finance over any time period. This query analyzes all DEX trades within a specified timeframe and ranks tokens by trade count, helping you identify trending tokens and market activity patterns. + +▶️ [Most Traded Tokens on Aerodome Last Month](https://ide.bitquery.io/Most-Traded-Tokens-on-Aerodome-Last-Month) + +#### Top Traders by PnL of a specific base pool + +Rank traders by `PnL` on one pool: filter `Pair.Market.Address`, last 30 minutes, `limit: 10`, and `orderBy` `PnL` descending. Useful for leaderboards, smart-money screens, and pool-specific trader analytics. + +▶️ [Top Traders by PnL of a specific base pool](https://ide.bitquery.io/Top-Traders-by-PnL-of-a-specific-base-pool_1) + +#### Ape store token trades + +Ape store token trades. Uses the `Calls` cube. Replace the address in the `where` clause to use it. + +▶️ [Ape store token trades](https://ide.bitquery.io/ape-store-token-trades) + +### Transfers + +#### Get Historical ERC20 token transfers by wallet + +Get ERC20 token transfers for an address in a given historical time window + +▶️ [Get Historical ERC20 token transfers by wallet](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet-base_2) + +#### Get token transfers by wallet + +Get token transactions ordered by block number in descending order. + +▶️ [Get token transfers by wallet](https://ide.bitquery.io/Get-token-transfers-by-wallet-base_1) + +#### Newly created zora tokens + +Retrieves the list of newly created tokens on Zora Launchpad by monitoring transfers where new tokens are minted (sender is the zero address) with a specific amount. + +▶️ [Newly created zora tokens](https://ide.bitquery.io/Newly-created-zora-tokens) + +#### Tx from to base address + +We use the `any` filter [ OR condition] to get transactions from or to a wallet. + +▶️ [Tx from to base address](https://ide.bitquery.io/tx-from-to-base-address) + +### Balances & Holders + +#### Real-Time Holders of Multiple Tokens + +This API leverages the balanceUpdate endpoint to deliver real-time holder data for multiple tokens. + +▶️ [Real-Time Holders of Multiple Tokens](https://ide.bitquery.io/Top-10-holders-of-multiple-tokens-on-Base_2) + +#### Token Holder Count on a Specific Date + +This API returns the total number of holders for a specific token on a given date. + +▶️ [Token Holder Count on a Specific Date](https://ide.bitquery.io/token-holders-count-base) + +#### Token Holders and Stats on a Specific Date - TokenHolders API + +This API provides a list of all holders along with relevant statistics for a given token on a specific date. + +▶️ [Token Holders and Stats on a Specific Date - TokenHolders API](https://ide.bitquery.io/tokens-holders-of-a-token-base) + +#### Token Holders of Multiple Tokens on a speicifc date + +This API provides a list of top holders along with relevant statistics for a given token liston a specific date using Holders API. + +▶️ [Token Holders of Multiple Tokens on a speicifc date](https://ide.bitquery.io/Top-10-holders-of-multiple-tokens-on-Base-at-a-specific-time-holder-api) + +#### Get All Token Balances for an Address + +Retrieve all token balances held by a specific address. This query returns balances for all tokens the address holds. + +▶️ [Get All Token Balances for an Address](https://ide.bitquery.io/Get-All-Token-Balances-for-an-Address_4) + +#### Get latest token balance of a wallet + +Get latest token balance of a wallet. + +▶️ [Get latest token balance of a wallet](https://ide.bitquery.io/Get-Latest-Token-Balance-for-an-Address_4) + +#### Base balances address + +Returns token balances for a wallet address. Use `Amount(selectWhere: { gt: "0" })` to exclude zero balances. + +▶️ [Base balances address](https://ide.bitquery.io/base-balances-address) + +#### Base native balances address + +Returns the native ETH balance for a wallet on Base (not ERC-20 tokens). Filter with `Currency: { Native: true }` instead of a token contract address. + +▶️ [Base native balances address](https://ide.bitquery.io/base-native-balances-address) + +#### Latest balance of an address for a specific token base + +This API gives you latest balance of a specific address (here in example `0x238a358808379702088667322f80ac48bad5e6c4`) for a specific token (here we have taken example of USDC `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48`). Try it out. + +▶️ [Latest balance of an address for a specific token base](https://ide.bitquery.io/Latest-balance-of-an-address-for-a-specific-token-base) + +#### Token holder snapshot base + +The number of unique holders, token supply, and Gini coefficient for the balance amount before a specific timestamp can be derived using the query below. These stats provide a useful holder snapshot for any given time. + +▶️ [Token holder snapshot base](https://ide.bitquery.io/token-holder-snapshot-base) + +### Price & OHLC + +#### Get ATH Price of a token + +Retrieves the all-time high (ATH) price in USD for a specified token contract. + +▶️ [Get ATH Price of a token](https://ide.bitquery.io/ATH-of-base-token) + +#### Get Multiple Token Prices + +Returns an array of token prices denominated in the blockchain's native token and USD for a given token contract address. + +▶️ [Get Multiple Token Prices](https://ide.bitquery.io/Price-of-multiple-tokens-in-realtime_1) + +#### Get OHLCV by Pair Address + +Get the OHLCV candle stick by using pair address. + +▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC--base) + +#### Get Price Change 5min, 1h, 6h and 24h of a specific token + +This query gets you Price Change 5min, 1h, 6h and 24h of a specific token on the Base network. + +▶️ [Get Price Change 5min, 1h, 6h and 24h of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_6) + +#### Top 10 Base Tokens by Price Change in last 1h + +This query gets you top 10 Base Tokens by Price Change in last 1h. + +▶️ [Top 10 Base Tokens by Price Change in last 1h](https://ide.bitquery.io/Top-10-base-tokens-by-price-change-in-last-1-hr_1) + +#### OHLC-of-AERO-Coin + +OHLC-of-AERO-Coin. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [OHLC-of-AERO-Coin](https://ide.bitquery.io/OHLC-of-AERO-Coin_1) + +#### Price change 5min, 1hr, 6hr, 24h precentage of a specific token + +Price change 5min, 1hr, 6hr, 24h precentage of a specific token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Price change 5min, 1hr, 6hr, 24h precentage of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-24h-precentage-of-a-specific-token) + +#### Top 10 base tokens by price change in last 1 hr + +Top 10 base tokens by price change in last 1 hr. Uses the `DEXTradeByTokens` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Top 10 base tokens by price change in last 1 hr](https://ide.bitquery.io/Top-10-base-tokens-by-price-change-in-last-1-hr) + +### Supply & Market Cap + +#### Get Token Total Supply and Market Cap + +Retrieve the total supply and market capitalization of a specific token. This query provides on-chain market cap data. + +▶️ [Get Token Total Supply and Market Cap](https://ide.bitquery.io/Get-Token-Total-Supply-and-Market-Cap_5) + +#### Top Tokens by Market Cap on Base + +This query ranks Base tokens by `Supply.MarketCap`. It uses roughly the last 24 hours (`since_relative: { hours_ago: 24 }`), 1-second intervals, at least $1,000 USD volume, `limitBy` one row per `Token_Id`, and up to 50 tokens. + +▶️ [Top Tokens by Market Cap on Base](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-Base) + +#### Total supply of a AERO on Base + +Total supply of a AERO on Base. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Total supply of a AERO on Base](https://ide.bitquery.io/Total-supply-of-a-AERO-on-Base) + +#### Bankr token latest marketcap OHLC + +Bankr token latest marketcap OHLC. Uses the `Tokens` cube. + +▶️ [Bankr token latest marketcap OHLC](https://ide.bitquery.io/Bankr-token-latest-marketcap-OHLC) + +#### Total Supply and onchain Marketcap of a specific token base + +This API gives you latest Supply and Marketcap of a token on Base. Try it out. + +▶️ [Total Supply and onchain Marketcap of a specific token base](https://ide.bitquery.io/Total-Supply-and-onchain-Marketcap-of-a-specific-token-base) + +### Liquidity & Pools + +#### Latest Liquidity of Base Pool + +Get the latest liquidity of an Base DEX pool (e.g., Uniswap v3 pool). + +▶️ [Latest Liquidity of Base Pool](https://ide.bitquery.io/latest-liquidity-of-a-Base-pool_2) + +#### Latest Slippage for a Specific Pool + +This query retrieves the latest slippage data for a specific DEX pool on Base. Use this to check current liquidity depth and price impact for a particular token pair. + +▶️ [Latest Slippage for a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_7) + +#### Latest Liquidity Changes of a Specific Pool + +Retrieves the latest liquidity events for a specific DEX pool on Base. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. + +▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_4) + +#### Latest Liquidity Pools on Aerodome + +Track newly created liquidity pools on Aerodrome Finance in real-time. Discover fresh trading pairs and potential liquidity provision opportunities as pools are created. + +▶️ [Latest Liquidity Pools on Aerodome](https://ide.bitquery.io/Latest-Liquidity-Pools-on-Aerodome) + +#### Top liquidity pools of cbBTC + +This query separates results by whether cbBTC is listed as the first token (`CurrencyA`) or the second token (`CurrencyB`) in the DEX pool, returning the 10 pools with the highest liquidity for each category. + +▶️ [Top liquidity pools of cbBTC](https://ide.bitquery.io/top-liquidity-pools-of-cbBTC) + +#### Latest liquidity of a base pool + +This API gives you latest liquidity of a Base Pool. Try it out. + +▶️ [Latest liquidity of a base pool](https://ide.bitquery.io/latest-liquidity-of-a-base-pool) + +### Transactions + +#### Get transactions by wallet + +Get transactions ordered by block number in descending order. + +▶️ [Get transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_8) + +#### Latest gauge vaults claimRewards transactions + +Track when stakers claim accumulated AERO emissions from gauges. Use this to measure realized rewards and active participation across gauge vaults. `0xf5601f95708256a118ef5971820327f362442d2d` is the `Aerodrome : Gauge Implementation` contract. + +▶️ [Latest gauge vaults claimRewards transactions](https://ide.bitquery.io/latest-gauge-vaults-claimRewards-transactions) + +#### Latest gauge vaults deposits transactions + +Monitor LP staking into gauge vaults. This shows recent `Deposit` events to a gauge contract, helping you track which pools are attracting liquidity ahead of weekly emissions. + +▶️ [Latest gauge vaults deposits transactions](https://ide.bitquery.io/latest-gauge-vaults-deposits-transactions) + +#### Latest gauge vaults withdraw transactions + +Observe LP exits from gauge vaults via `Withdraw` events. This helps you detect liquidity outflows and shifts in staking positions across pools. `0xf5601f95708256a118ef5971820327f362442d2d` is the `Aerodrome : Gauge Implementation` contract. + +▶️ [Latest gauge vaults withdraw transactions](https://ide.bitquery.io/latest-gauge-vaults-withdraw-transactions_1) + +### Events & Calls + +#### Get Latest Calls + +Get Latest Calls. Uses the `Calls` cube. + +▶️ [Get Latest Calls](https://ide.bitquery.io/Recent-Calls-on-base_1) + +#### Get Latest Events + +Get Latest Events. Uses the `Events` cube. + +▶️ [Get Latest Events](https://ide.bitquery.io/Recents-Events-and-Logs-on-Base) + +#### Latest Bankr launches Doppler Airlock Base + +Every Bankr launch emits a `Create(address,address,address,address)` event on the Airlock contract. This query returns the most recent launches with the new token address and deployer. + +▶️ [Latest Bankr launches Doppler Airlock Base](https://ide.bitquery.io/Latest-Bankr-launches-Doppler-Airlock-Base) + +#### All bankers tokens created by a deployer + +Filter `Create` events on the Airlock by `Transaction.From` to list every Bankr token launched by a specific wallet. Replace the deployer address with the wallet you want to track. + +▶️ [All bankers tokens created by a deployer](https://ide.bitquery.io/All-bankers-tokens-created-by-a-deployer) + +#### Ape store buys from a wallet + +Ape store buys from a wallet. Uses the `Calls` cube. Replace the address in the `where` clause to use it. + +▶️ [Ape store buys from a wallet](https://ide.bitquery.io/ape-store-buys-from-a-wallet) + +#### Ape store token event + +Firstly, we can find the smart contract address of the APE Store using. + +▶️ [Ape store token event](https://ide.bitquery.io/ape-store-token-event_1) + +#### Ape-store-buys + +Ape-store-buys. Uses the `Calls` cube. Replace the address in the `where` clause to use it. + +▶️ [Ape-store-buys](https://ide.bitquery.io/ape-store-buys_1) + +#### Base jump token event + +Firstly, we can find the smart contract address of the Base Jump using. + +▶️ [Base jump token event](https://ide.bitquery.io/base-jump-token-event) + +#### Base-jump-buys + +Base-jump-buys. Uses the `Calls` cube. Replace the address in the `where` clause to use it. + +▶️ [Base-jump-buys](https://ide.bitquery.io/base-jump-buys) + +#### Latest Coin on Base Coin + +In the recent times, base network has seen rise of many Memecoins and token based ecosystems. In this guide, we will see some queries that could provide beneficial information about these coins, for people to take informed investment decisions. + +▶️ [Latest Coin on Base Coin](https://ide.bitquery.io/Latest-Coin-on-Base-Coin_3) + +### Blocks & Validators + +#### Aggregate Self Destruct Statistics base + +Calculate total ETH destroyed or received from self-destructs using aggregation functions. + +▶️ [Aggregate Self Destruct Statistics base](https://ide.bitquery.io/Aggregate-Self-Destruct-Statistics-base) + +#### Self Destruct Balance Decrease API base + +Monitor contract balance decrease when contracts are self-destructing. + +▶️ [Self Destruct Balance Decrease API base](https://ide.bitquery.io/Self-Destruct-Balance-Decrease-API-base) + +#### Self Destruct Balance Increase API base + +Monitor contract balance increase when contracts are self-destructing. + +▶️ [Self Destruct Balance Increase API base](https://ide.bitquery.io/Self-Destruct-Balance-Increase-API-base) + +### Uniswap + +#### Uniswap Trades Stream + +This subscription returns the real-time trades happening on Uniswap. You can modify the stream to get real-time trades for a particular token, a particular token pair and even a particular trader. + +▶️ [Uniswap Trades Stream](https://ide.bitquery.io/Realtime-Uniswap-v1-Uniswap-v2-Uniswap-V3-Trades_1) + +#### Get metadata for base uniswap token + +Use the below query to get Token's metadata like `Name`, `symbol`, `SmartContract Address`, `Decimals`. + +▶️ [Get metadata for base uniswap token](https://ide.bitquery.io/get-metadata-for-base-uniswap-token) + +#### Latest slippage of a pool on Uniswap v3 + +Latest slippage of a pool on Uniswap v3. Change the token address in the `where` clause to use it. + +▶️ [Latest slippage of a pool on Uniswap v3](https://ide.bitquery.io/Latest-slippage-of-a-pool-on-Uniswap-v3) + +#### OHLC on BASE Uniswap v3 + +Retrieves the Open, High, Low, and Close (OHLC) prices in USD for a specific token traded on Uniswap v3 over a defined time period and interval. + +▶️ [OHLC on BASE Uniswap v3](https://ide.bitquery.io/OHLC-on-BASE-Uniswap-v3) + +#### Top bought tokens on uniswap v3 + +Will fetch the top bought tokens on uniswap v3. + +▶️ [Top bought tokens on uniswap v3](https://ide.bitquery.io/top-bought-tokens-on-uniswap-v3) + +#### Top sold tokens on uniswap v3 + +Will fetch the top bought tokens on uniswap v3. + +▶️ [Top sold tokens on uniswap v3](https://ide.bitquery.io/top-sold-tokens-on-uniswap-v3) + +### PancakeSwap + +#### Get Latest Price of a token on PancakeSwap Infinity + +Below query will get you Latest Price of a token on PancakeSwap Infinity. + +▶️ [Get Latest Price of a token on PancakeSwap Infinity](https://ide.bitquery.io/Get-Latest-Price-of-a-token-on-PancakeSwap-Infinity) + +#### Pancakeswap infinity trades + +Below query will subscribe you to the latest DEX Trades on PancakeSwap Infinity. + +▶️ [Pancakeswap infinity trades](https://ide.bitquery.io/pancakeswap-infinity-trades) + +#### Top bought tokens on pancakeswap_infinity + +Will fetch the top bought tokens on PancakeSwap Infinity. + +▶️ [Top bought tokens on pancakeswap_infinity](https://ide.bitquery.io/top-bought-tokens-on-pancakeswap_infinity) + +#### Top sold tokens on pancake infinty + +Will fetch the top bought tokens on PancakeSwap Infinity. + +▶️ [Top sold tokens on pancake infinty](https://ide.bitquery.io/top-sold-tokens-on-pancake-infinty) + +#### Get metadata for base pancakeswap infnity token + +Use the below query to get Token's metadata like `Name`, `symbol`, `SmartContract Address`, `Decimals`. + +▶️ [Get metadata for base pancakeswap infnity token](https://ide.bitquery.io/get-metadata-for-base-pancakeswap-infnity-token) + +#### OHLC on BASE pancakeswap infinity + +Retrieves the Open, High, Low, and Close (OHLC) prices in USD for a specific token traded on PancakeSwap Infinity over a defined time period and interval. + +▶️ [OHLC on BASE pancakeswap infinity](https://ide.bitquery.io/OHLC-on-BASE-pancakeswap-infinity) + +### Aerodrome + +#### Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge claimRewards Transactions + +See reward claims for a particular gauge pool to quantify realized emissions by its stakers over time. `0x5d05ef25a5f933271e1f0fdc02dc3eab6a4ea687` is the `Aerodrome Finance CL100 WETHVVV Pool Gauge` contract. + +▶️ [Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge claimRewards Transactions](https://ide.bitquery.io/latest-Aerodrome-Finance-CL100-WETHVVV-Pool-Gauge-claimRewards-Transactions) + +#### Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge deposits + +View deposit activity for a specific gauge pool to understand where LPs are allocating capital and how staking momentum evolves. `0x5d05ef25a5f933271e1f0fdc02dc3eab6a4ea687` is the `Aerodrome Finance CL100 WETHVVV Pool Gauge` contract. + +▶️ [Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge deposits](https://ide.bitquery.io/latest-Aerodrome-Finance-CL100-WETHVVV-Pool-Gauge-deposits) + +#### Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge withdraw transactions + +Filter withdraw activity for a single gauge pool. Useful for monitoring liquidity changes and unstaking patterns of a targeted pool. `0x5d05ef25a5f933271e1f0fdc02dc3eab6a4ea687` is the `Aerodrome Finance CL100 WETHVVV Pool Gauge` contract. + +▶️ [Latest Aerodrome Finance: CL100-WETH/VVV Pool Gauge withdraw transactions](https://ide.bitquery.io/latest-Aerodrome-Finance-CL100-WETHVVV-Pool-Gauge-withdraw-transactions_1) + +## Arbitrum + +### Trades + +#### Pair last trades + +Retrieves all DEX trades on the arbitrum where the Arbitrum currency is `ArbitrumCurrency` and the quote currency is `quoteCurrency` that occurred between the specified dates. + +▶️ [Pair last trades](https://ide.bitquery.io/Pair-last-trades_2) + +#### Swap Events Arbitrum + +Returns the 10 most recent `swap` events on the Arbitrum network. We get this by using the signature hash `c42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67` for the swap event. + +▶️ [Swap Events Arbitrum](https://ide.bitquery.io/Swap-Events-Arbitrum) + +#### Top Sold Tokens on Arbitrum + +Top Sold Tokens on Arbitrum. Uses the `DEXTradeByTokens` cube. Adjust the date range in the `where` clause. + +▶️ [Top Sold Tokens on Arbitrum](https://ide.bitquery.io/Top-Sold-Tokens-on-Arbitrum) + +#### Top bought tokens on Arbitrum + +Top bought tokens on Arbitrum. Uses the `DEXTradeByTokens` cube. Adjust the date range in the `where` clause. + +▶️ [Top bought tokens on Arbitrum](https://ide.bitquery.io/top-bought-tokens-on-Arbitrum) + +#### Top traders for a token on Arbitrum + +Top traders for a token on Arbitrum. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Top traders for a token on Arbitrum](https://ide.bitquery.io/top-traders-for-a-token-on-Arbitrum_3) + +#### Trending token pairs on Arbitrum + +Crypto Trades API: one row per swap, with USD and supply. Filter `Pair.Market.Network: Arbitrum`. When to use this vs chain DEX APIs. + +▶️ [Trending token pairs on Arbitrum](https://ide.bitquery.io/trending-token-pairs-on-Arbitrum) + +### Balances & Holders + +#### Arbitrum Balance of an Address + +Returns token balances for a wallet address. Use `Amount(selectWhere: { gt: "0" })` to exclude zero balances. + +▶️ [Arbitrum Balance of an Address](https://ide.bitquery.io/Arbitrum-Balance-of-an-Address) + +#### Arbitrum balances by date + +Use `Block.Date.till` for a point-in-time snapshot. Use `dataset: archive` for historical dates and addresses not recently active. + +▶️ [Arbitrum balances by date](https://ide.bitquery.io/arbitrum-balances-by-date) + +#### Arbitrum balances history + +Returns balance snapshots over time for an address. Use `dataset: archive`. Order by `Block_Date` descending and use `limit` to paginate. Add `Currency.SmartContract` under `Currency` to filter by a specific token. + +▶️ [Arbitrum balances history](https://ide.bitquery.io/arbitrum-balances-history) + +#### Arbitrum balances specific token + +Add a `Currency.SmartContract` filter. Always use the contract address, not the token name. Use `0x` for native ETH on Arbitrum, or the ERC-20 contract address for a token. + +▶️ [Arbitrum balances specific token](https://ide.bitquery.io/arbitrum-balances-specific-token) + +#### Arbitrum native balances address + +Returns the native ETH balance for a wallet on Arbitrum (not ERC-20 tokens). Filter with `Currency: { Native: true }` instead of a token contract address. + +▶️ [Arbitrum native balances address](https://ide.bitquery.io/arbitrum-native-balances-address) + +#### Token holder snapshot arbitrum + +The number of unique holders, token supply, and Gini coefficient for the balance amount before a specific timestamp can be derived using the query below. These stats provide a useful holder snapshot for any given time. + +▶️ [Token holder snapshot arbitrum](https://ide.bitquery.io/token-holder-snapshot-arbitrum) + +### Price & OHLC + +#### Ohlc for a pair on Arbitrum + +Ohlc for a pair on Arbitrum. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Ohlc for a pair on Arbitrum](https://ide.bitquery.io/ohlc-for-a-pair-on-Arbitrum_1) + +#### Price change 5min, 1hr, 6hr, 24hr precentage of a specific token + +Price change 5min, 1hr, 6hr, 24hr precentage of a specific token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Price change 5min, 1hr, 6hr, 24hr precentage of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-24hr-precentage-of-a-specific-token_1) + +#### Top 10 arb tokens by price change in last 1 hr + +Top 10 arb tokens by price change in last 1 hr. Uses the `DEXTradeByTokens` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Top 10 arb tokens by price change in last 1 hr](https://ide.bitquery.io/Top-10-arb-tokens-by-price-change-in-last-1-hr) + +### Supply & Market Cap + +#### Top Tokens by Market Cap on Arbitrum + +This query ranks Arbitrum tokens by `Supply.MarketCap`. It uses roughly the last 24 hours (`since_relative: { hours_ago: 24 }`), 1-second intervals, at least $1,000 USD volume, `limitBy` one row per `Token_Id`, and up to 50 tokens. + +▶️ [Top Tokens by Market Cap on Arbitrum](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-Arbitrum) + +### Liquidity & Pools + +#### Latest liquidity changes of a specific pool + +Retrieves the latest liquidity events for a specific DEX pool on Arbitrum. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. + +▶️ [Latest liquidity changes of a specific pool](https://ide.bitquery.io/latest-liquidity-changes-of-a-specific-pool) + +### Transactions + +#### Latest Transactions + +Retrieves the latest 10 transactions on the Arbitrum network. + +▶️ [Latest Transactions](https://ide.bitquery.io/Latest-Transactions_3) + +#### Transaction Call Trace Arbitrum + +This query gets the transaction call trace for an Arbitrum transaction. The `Calls` API in the query returns a list of all calls made by the transaction. + +▶️ [Transaction Call Trace Arbitrum](https://ide.bitquery.io/Transaction-Call-Trace-Arbitrum) + +### Events & Calls + +#### Latest GMX Events + +The following query retrieves the latest liquidated positions on the GMX DEX, providing information on the account, collateral token, index token, position, reserve amount, realised PnL, and mark price. + +▶️ [Latest GMX Events](https://ide.bitquery.io/latest-GMX-Events) + +#### Latest vGLP Withdraw Events + +The following query retrieves the latest vGLP withdrawals on the Arbitrum network. + +▶️ [Latest vGLP Withdraw Events](https://ide.bitquery.io/latest-vGLP-Withdraw-Events) + +#### Latest deposits on Across Bridge + +SpokePool events in Across Protocol can be used to monitor the status of bridge transfers effectively. Below are queries that retrieve the latest deposits and transfers related to the Arbitrum SpokePool. + +▶️ [Latest deposits on Across Bridge](https://ide.bitquery.io/Latest-deposits-on-Across-Bridge) + +#### Latest vGLP Deposit Events + +The following query retrieves the latest vGLP deposits on the Arbitrum network. + +▶️ [Latest vGLP Deposit Events](https://ide.bitquery.io/latest-vGLP-Deposit-Events) + +### Blocks & Validators + +#### Latest Arbitrum blocks + +Retrieves the latest 10 blocks on the Arbitrum network. + +▶️ [Latest Arbitrum blocks](https://ide.bitquery.io/Latest-Arbitrum-blocks) + +### Uniswap + +#### Get virtual pool address for a token on uniswap v4 arbitrum + +Get virtual pool address for a token on uniswap v4 arbitrum. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Get virtual pool address for a token on uniswap v4 arbitrum](https://ide.bitquery.io/get-virtual-pool-address-for-a-token-on-uniswap-v4-arbitrum) + +#### Latest Trades for a currency pair on arbitrum + +Latest Trades for a currency pair on arbitrum. Uses the `DEXTrades` cube. + +▶️ [Latest Trades for a currency pair on arbitrum](https://ide.bitquery.io/Latest-Trades-for-a-currency-pair-on-arbitrum) + +#### Top buyers of a currency on uniswap v4 arbitrum + +Top buyers of a currency on uniswap v4 arbitrum. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Top buyers of a currency on uniswap v4 arbitrum](https://ide.bitquery.io/top-buyers-of-a-currency-on-uniswap-v4-arbitrum) + +#### Top sellers of a token on uniswap v4 arbitrum + +Top sellers of a token on uniswap v4 arbitrum. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Top sellers of a token on uniswap v4 arbitrum](https://ide.bitquery.io/top-sellers-of-a-token-on-uniswap-v4-arbitrum) + +#### Trade stats for a token pair on uniswap v4 arbitrum + +Trade stats for a token pair on uniswap v4 arbitrum. Uses the `DEXTradeByTokens` cube. + +▶️ [Trade stats for a token pair on uniswap v4 arbitrum](https://ide.bitquery.io/trade-stats-for-a-token-pair-on-uniswap-v4-arbitrum) + +## Optimism + +### Trades + +#### Top tokens on optimism + +Top tokens on optimism. Uses the `DEXTradeByTokens` cube. Adjust the date range in the `where` clause. + +▶️ [Top tokens on optimism](https://ide.bitquery.io/top-tokens-on-optimism) + +#### Top traders for wld usdc pair + +You can checkout a completed product using this info on DEXRabbit. + +▶️ [Top traders for wld usdc pair](https://ide.bitquery.io/top-traders-for-wld-usdc-pair) + +#### Top traders on optimism + +Top traders on optimism. Uses the `DEXTradeByTokens` cube. Adjust the date range in the `where` clause. + +▶️ [Top traders on optimism](https://ide.bitquery.io/top-traders-on-optimism) + +### Balances & Holders + +#### Optimism Balance of an Address + +Returns token balances for a wallet address. Use `Amount(selectWhere: { gt: "0" })` to exclude zero balances. + +▶️ [Optimism Balance of an Address](https://ide.bitquery.io/Optimism-Balance-of-an-Address) + +#### Optimism balances by date + +Use `Block.Date.till` for a point-in-time snapshot. Use `dataset: archive` for historical dates and addresses not recently active. + +▶️ [Optimism balances by date](https://ide.bitquery.io/optimism-balances-by-date) + +#### Optimism balances history address + +Returns balance snapshots over time for an address. Use `dataset: archive`. Order by `Block_Date` descending and use `limit` to paginate. Add `Currency.SmartContract` under `Currency` to filter by a specific token. + +▶️ [Optimism balances history address](https://ide.bitquery.io/optimism-balances-history-address) + +#### Optimism balances specific token + +Add a `Currency.SmartContract` filter. Always use the contract address, not the token name. Use `0x` for native ETH on Optimism, or the ERC-20 contract address for a token. + +▶️ [Optimism balances specific token](https://ide.bitquery.io/optimism-balances-specific-token) + +#### Optimism native balances address + +Returns the native ETH balance for a wallet on Optimism (not ERC-20 tokens). Filter with `Currency: { Native: true }` instead of a token contract address. + +▶️ [Optimism native balances address](https://ide.bitquery.io/optimism-native-balances-address) + +#### Token holder snapshot optimism + +The number of unique holders, token supply, and Gini coefficient for the balance amount before a specific timestamp can be derived using the query below. These stats provide a useful holder snapshot for any given time. + +▶️ [Token holder snapshot optimism](https://ide.bitquery.io/token-holder-snapshot-optimism) + +### Uniswap + +#### Latest Trades for a currency pair on optimism + +Latest Trades for a currency pair on optimism. Uses the `DEXTrades` cube. + +▶️ [Latest Trades for a currency pair on optimism](https://ide.bitquery.io/Latest-Trades-for-a-currency-pair-on-optimism) + +#### Top buyers of a currency on uniswap v4 optimism + +Top buyers of a currency on uniswap v4 optimism. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Top buyers of a currency on uniswap v4 optimism](https://ide.bitquery.io/top-buyers-of-a-currency-on-uniswap-v4-optimism) + +#### Top sellers of a token on uniswap v4 pool optimism + +Top sellers of a token on uniswap v4 pool optimism. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Top sellers of a token on uniswap v4 pool optimism](https://ide.bitquery.io/top-sellers-of-a-token-on-uniswap-v4-pool-optimism) + +#### Trade stats for a token pair on uniswap v4 optimism + +Trade stats for a token pair on uniswap v4 optimism. Uses the `DEXTradeByTokens` cube. + +▶️ [Trade stats for a token pair on uniswap v4 optimism](https://ide.bitquery.io/trade-stats-for-a-token-pair-on-uniswap-v4-optimism) + +## Polygon + +### Trades + +#### Top Traders by PnL of a specific polygon pool + +Rank traders by `PnL` on one pool: filter `Pair.Market.Address`, last 30 minutes, `limit: 10`, and `orderBy` `PnL` descending. Useful for leaderboards, smart-money screens, and pool-specific trader analytics. + +▶️ [Top Traders by PnL of a specific polygon pool](https://ide.bitquery.io/Top-Traders-by-PnL-of-a-specific-polygon-pool) + +#### Top traders of a token on matic + +This query ranks traders of one token by volume, splitting bought and sold amounts and totalling volume in native and USD terms. `since_relative` keeps the window rolling. + +▶️ [Top traders of a token on matic](https://ide.bitquery.io/top-traders-of-a-token-on-matic_1) + +### Transfers + +#### Check if an address interacted with polymarket ever + +This is cheaper than scanning all `PredictionTrades` when you only need a yes/no signal. Narrow the pattern (e.g. also filter by counterparties) if you need stronger guarantees. + +▶️ [Check if an address interacted with polymarket ever](https://ide.bitquery.io/check-if-an-address-interacted-with-polymarket-ever) + +### Balances & Holders + +#### Balance of an address + +Returns all token balances for a wallet on Polygon using `EVM.Balances` with `network: matic` and `dataset: combined`. See [Polygon Address Balance API](/docs/blockchain/Matic/matic-balance-api/#balance-of-an-address). + +▶️ [Balance of an address](https://ide.bitquery.io/matic-balances-address_1) + +#### Matic historical balances address + +Returns all token balances for a wallet on Polygon using `EVM.Balances` with `network: matic` and `dataset: combined` until a particular period. For this example we will find the Balnce of the address one month ago. + +▶️ [Matic historical balances address](https://ide.bitquery.io/matic-historical-balances-address_1) + +#### Matic balances address + +Returns token balances for a wallet address. Use `Amount(selectWhere: { gt: "0" })` to exclude zero balances. + +▶️ [Matic balances address](https://ide.bitquery.io/matic-balances-address) + +#### Matic balances history + +Returns balance snapshots over time for an address. Use `dataset: archive`. Order by `Block_Date` descending and use `limit` to paginate. Add `Currency.SmartContract` under `Currency` to filter by a specific token. + +▶️ [Matic balances history](https://ide.bitquery.io/matic-balances-history) + +#### Matic balances specific token + +Add a `Currency.SmartContract` filter. Always use the contract address, not the token name. Use `0x` for native MATIC on Polygon, or the ERC-20 contract address for a token. + +▶️ [Matic balances specific token](https://ide.bitquery.io/matic-balances-specific-token) + +#### Matic native balances address + +Returns the native MATIC balance for a wallet (not ERC-20 tokens). Filter with `Currency: { Native: true }` instead of a token contract address. + +▶️ [Matic native balances address](https://ide.bitquery.io/matic-native-balances-address) + +#### Matic wallet balance token at date + +Get a wallet's balance for a specific token with `Balance.Address` and `Currency.SmartContract`. This example uses native MATIC (`SmartContract: "0x"`) with `dataset: combined`. + +▶️ [Matic wallet balance token at date](https://ide.bitquery.io/matic-wallet-balance-token-at-date) + +#### Token holder snapshot matic + +The number of unique holders, token supply, and Gini coefficient for the balance amount before a specific timestamp can be derived using the query below. These stats provide a useful holder snapshot for any given time. + +▶️ [Token holder snapshot matic](https://ide.bitquery.io/token-holder-snapshot-matic) + +### Supply & Market Cap + +#### Top Tokens by Market Cap on Polygon + +This query ranks Polygon tokens by `Supply.MarketCap`. Set `Token.Network` to Matic (Polygon’s label in the Trading API). It uses roughly the last 24 hours, 1-second intervals, at least $1,000 USD volume, `limitBy` one row per `Token_Id`, and up to 50 tokens. + +▶️ [Top Tokens by Market Cap on Polygon](https://ide.bitquery.io/Top-Tokens-by-Market-Cap-on-Polygon_1) + +### Liquidity & Pools + +#### Latest Liquidity Changes of a Specific Pool + +Retrieves the latest liquidity events for a specific DEX pool on Matic. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. + +▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_6) + +### Uniswap + +#### Get virtual pool address for a token on uniswap v4 matic + +Get virtual pool address for a token on uniswap v4 matic. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Get virtual pool address for a token on uniswap v4 matic](https://ide.bitquery.io/get-virtual-pool-address-for-a-token-on-uniswap-v4-matic) + +#### OHLCV on MATIC uniswap v3 + +Retrieves the Open, High, Low, and Close (OHLC) prices in USD for a specific token traded on Uniswap v3 over a defined time period and interval. + +▶️ [OHLCV on MATIC uniswap v3](https://ide.bitquery.io/OHLCV-on-MATIC-uniswap-v3) + +#### Top bought tokens on matic uniswap v3 + +Will fetch the top bought tokens on uniswap v3. + +▶️ [Top bought tokens on matic uniswap v3](https://ide.bitquery.io/top-bought-tokens-on-matic-uniswap-v3_4) + +#### Top sold tokens on matic uniswap v3 + +Will fetch the top bought tokens on uniswap v3. + +▶️ [Top sold tokens on matic uniswap v3](https://ide.bitquery.io/top-sold-tokens-on-matic-uniswap-v3) + +#### Top traders of a token on uniswapv3 matic + +Will fetch top traders of a token for the selected network. + +▶️ [Top traders of a token on uniswapv3 matic](https://ide.bitquery.io/top-traders-of-a-token-on-uniswapv3-matic) + +#### Trade volume matic uniswapv3 + +Fetches the traded volume, buy volume and sell volume of a token `0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270`. + +▶️ [Trade volume matic uniswapv3](https://ide.bitquery.io/trade_volume_matic_uniswapv3) + +## TRON + +### Trades + +#### Historical Tron Token Trades beyond 30 Days + +This query returns the historical token trades on the TRON network for time window beyond 30 days. + +▶️ [Historical Tron Token Trades beyond 30 Days](https://ide.bitquery.io/Historical-tron-token-trades-beyond-30-days) + +#### Historical Tron Token Trades within 30 Days + +This query returns the historical trades on the TRON network for a token with the time window of past 30 days. + +▶️ [Historical Tron Token Trades within 30 Days](https://ide.bitquery.io/Historical-Tron-trades-for-a-token-within-30-days) + +#### Tron DEX Trades + +This query returns the latest trades on the TRON network from a trader perspective. + +▶️ [Tron DEX Trades](https://ide.bitquery.io/Tron-Trades) + +#### Tron Dex Trade By Tokens + +This query returns the latest token trades on the TRON network. + +▶️ [Tron Dex Trade By Tokens](https://ide.bitquery.io/Tron-trades-for-a-token) + +#### All dexs info + +Fetches all the DEXs information on Tron network such as unique sellers, unique buyers etc. + +▶️ [All dexs info](https://ide.bitquery.io/all-dexs-info) + +#### DEX Markets for a token + +Fetches the DEXs where a specific token is being traded on Tron network. + +▶️ [DEX Markets for a token](https://ide.bitquery.io/DEX-Markets-for-a-token_1) + +#### First 100 buyers tron token + +Find the earliest buyers of any Tron token by using Tron `DEXTradeByTokens` API. This is widely used for memecoin sniper detection, early-holder analysis, and alpha groups monitoring SunPump / SunSwap launches. + +▶️ [First 100 buyers tron token](https://ide.bitquery.io/first-100-buyers-tron-token) + +#### Peg health tron + +Browse multi-chain stablecoin DEX prices on DEXrabbit's Stablecoins category. + +▶️ [Peg health tron](https://ide.bitquery.io/peg-health-tron) + +#### Sunmpump launchtoDEX + +This query allows you to track when tokens are launched on SunSwap using the `launchToDEX` function. It returns the most recent 10 token launches, displaying details such as the token address, transaction hash, block timestamp, and the method call signature. + +▶️ [Sunmpump launchtoDEX](https://ide.bitquery.io/sunmpump-launchtoDEX_1) + +#### Sunswap v2 latest Trades + +Retrieves details about each trade, including the amounts and prices of tokens bought and sold, as well as information about the trading pair. + +▶️ [Sunswap v2 latest Trades](https://ide.bitquery.io/sunswap-v2-latest-Trades) + +### Transfers + +#### Historical TRON Transfers for a Wallet + +This query returns the historical transfers for a wallet in a given time window on the TRON network and includes details such as token amount transferred, sender, receiver, and token info. + +▶️ [Historical TRON Transfers for a Wallet](https://ide.bitquery.io/Historical-Tron-transfers-for-a-wallet) + +#### Latest TRON Transfers + +This query returns the most recent transfers on the TRON network and includes details such as token amount transferred, sender, receiver, and token info. + +▶️ [Latest TRON Transfers](https://ide.bitquery.io/Tron-transfer_10_1) + +#### Daily transfer volume tron + +Aggregate daily transfer volume in USD for any TRC20 token for analytics dashboards, weekly newsletters, and on-chain reports for stablecoins, governance tokens, and memecoins on Tron. + +▶️ [Daily transfer volume tron](https://ide.bitquery.io/daily-transfer-volume-tron) + +#### Top transfers of a token + +Retrieves the top 10 transfers by amount of the token `TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT`. + +▶️ [Top transfers of a token](https://ide.bitquery.io/top-transfers-of-a-token_2) + +#### Tron total txn fees paid by the Account + +Get the total fees (in SOL and USD) paid by a specific Tron account across all transfers. + +▶️ [Tron total txn fees paid by the Account](https://ide.bitquery.io/Tron-total-txn-fees-paid-by-the-Account) + +#### Transfers of a wallet API + +Fetches the recent 10 transfers of a specific wallet address `TFXttAWURRrXrd9JvFPVLEh1esJK8NHxn7`. + +▶️ [Transfers of a wallet API](https://ide.bitquery.io/Transfers-of-a-wallet-API) + +#### Tron Transaction fees paid by Account aggregated by currency + +Get total fees paid by a Tron account for transferring each type of token. + +▶️ [Tron Transaction fees paid by Account aggregated by currency](https://ide.bitquery.io/Tron-Transaction-fees-paid-by-Account-aggregated-by-currency) + +#### Tron wallet transfers with transaction fees paid + +Track wallet token transfers and get the fees paid for each by the address. + +▶️ [Tron wallet transfers with transaction fees paid](https://ide.bitquery.io/tron-wallet-transfers-with-transaction-fees-paid) + +### Balances & Holders + +#### Historical Balance of a Wallet for a Currency + +This query returns the current balance of a wallet for all currencies on the TRON network. + +▶️ [Historical Balance of a Wallet for a Currency](https://ide.bitquery.io/Historical-Tron-Wallet-Balance-for-a-currency) + +#### Top token holders of a token + +Returns the top holders of a token ranked by current balance. Use the Holders API with `orderBy` and `limit`. + +▶️ [Top token holders of a token](https://ide.bitquery.io/top-token-holders-of-a-token) + +#### Tron Balances for Native currency + +Returns the native TRX balance for a wallet (not TRC10 or TRC20 tokens). Filter with `Currency: { Native: true }` instead of a token contract address. + +▶️ [Tron Balances for Native currency](https://ide.bitquery.io/Tron-Balances-for-Native-currency) + +#### Tron USDT Balance At Date (Balances Cube) + +Unlike summing Transfers, this includes mints, burns, and genesis supply. + +▶️ [Tron USDT Balance At Date (Balances Cube)](https://ide.bitquery.io/tron-usdt-balance-at-date) + +#### Tron balances by date + +Returns balance snapshots over time for an address. Use `dataset: archive`. Order by `Block_Date` descending and use `limit` to paginate. Add `Currency.SmartContract` under `Currency` to filter by a specific token. + +▶️ [Tron balances by date](https://ide.bitquery.io/tron-balances-by-date) + +#### Tron token balance + +Add a `Currency.SmartContract` filter. Always use the contract address, not the token name. + +▶️ [Tron token balance](https://ide.bitquery.io/tron-token-balance) + +#### TronWalletPortfolio Tron + +Returns balances for all the currecies owned by a wallet address. Use `Amount(selectWhere: { gt: "0" })` to exclude zero balances and `dataset: combined` for the latest balances. + +▶️ [TronWalletPortfolio Tron](https://ide.bitquery.io/TronWalletPortfolio-Tron) + +#### SunPump Bonding Curve TRX Balance + +TRX balance in bonding curve based on dex trades. Calculated as `balance = in_sum - out_sum` + +▶️ [SunPump Bonding Curve TRX Balance](https://ide.bitquery.io/SunPump-Bonding-Curve-TRX-Balance) + +#### SunPump Historical Bonding Curve TRX Balance + +Calculated as `balance = in_sum - out_sum` + +▶️ [SunPump Historical Bonding Curve TRX Balance](https://ide.bitquery.io/SunPump-Historical-Bonding-Curve-TRX-Balance) + +### Liquidity & Pools + +#### Sun Pump Virtual Liquidity Pools + +Sun Pump does not use a dedicated pool for each pair; instead, all liquidity is managed within a single contract. You can query the virtual liquidity pools directly by running the following query. + +▶️ [Sun Pump Virtual Liquidity Pools](https://ide.bitquery.io/Sun-Pump-Virtual-Liquidity-Pools_1) + +### Events & Calls + +#### Latest created Sunpump tokens + +If you remove `subscription` from the below GraphQL query it will become API, for example check. + +▶️ [Latest created Sunpump tokens](https://ide.bitquery.io/latest-created-Sunpump-tokens) + +#### Latest tokens created on Sunpump + +The `Arguments` include the token address, creator, and token index. You can run it. + +▶️ [Latest tokens created on Sunpump](https://ide.bitquery.io/Latest-tokens-created-on-Sunpump_2) + +#### TokenPurchased on Sunpump + +This query allows you to track `TokenPurchased` events on SunPump. It retrieves the 10 most recent token purchase events, showing important details such as the token address, buyer information, transaction hash, and token amount involved. + +▶️ [TokenPurchased on Sunpump](https://ide.bitquery.io/TokenPurchased-on-Sunpump) + +## Robinhood Chain + +### Trades + +#### Largest Trades on Robinhood Chain (24h, USD) + +Largest Trades on Robinhood Chain (24h, USD). Uses the `Trades` cube. + +▶️ [Largest Trades on Robinhood Chain (24h, USD)](https://ide.bitquery.io/largest-swaps-robinhood-chain) + +#### Pools trade Crowd Launch bids + +The launch transaction also contains the token's mint, the entry contract's `TokenCreated`, and the auction's first `TickInitialized` / `ClearingPriceUpdated` events, so one transaction hash links token, creator, and auction contract. + +▶️ [Pools trade Crowd Launch bids](https://ide.bitquery.io/Pools-trade-Crowd-Launch-bids) + +#### Pools trade Latest launches + +The decoded `TokenCreated` event on the two entry contracts is the cleanest launch feed — one row per launch. + +▶️ [Pools trade Latest launches](https://ide.bitquery.io/Pools-trade-Latest-launches) + +#### Pools trade Latest trades for a token + +Tokens also migrate onto other venues once liquid — the same token can show `uniswap_v3` and `pancake_swap_v3` markets with `WETH` and `USDG` quotes. + +▶️ [Pools trade Latest trades for a token](https://ide.bitquery.io/Pools-trade-Latest-trades-for-a-token) + +#### Pools trade Launches per day + +Grouping by `LogHeader.Address` too shows the split between the two entry contracts. + +▶️ [Pools trade Launches per day](https://ide.bitquery.io/Pools-trade-Launches-per-day) + +#### Pools trade Most active token creators + +Useful for spotting spam-bot deployers — a single wallet can mint hundreds of tokens a day. + +▶️ [Pools trade Most active token creators](https://ide.bitquery.io/Pools-trade-Most-active-token-creators) + +#### Pools trade PoolKey from TokenLaunched + +Pools trade PoolKey from TokenLaunched. Uses the `Events` cube. + +▶️ [Pools trade PoolKey from TokenLaunched](https://ide.bitquery.io/Pools-trade-PoolKey-from-TokenLaunched) + +#### Pools trade Token description and image + +The filter below pins the factory by address because the entry contract emits a *different* `TokenCreated` under the same name (see Reading decoded arguments). + +▶️ [Pools trade Token description and image](https://ide.bitquery.io/Pools-trade-Token-description-and-image) + +#### Pools trade TokenDistributed decoded event + +Topic0 filtering remains available and is the precise way to pin one exact signature — useful for the overloaded `TokenCreated` above. Supply the hash without a `0x` prefix; see the dataset note below for its one limitation. + +▶️ [Pools trade TokenDistributed decoded event](https://ide.bitquery.io/Pools-trade-raw-event-by-topic0) + +#### Pools trade Top tokens by volume + +The two-step pattern: pass a token set harvested from `TokenCreated` into the `Trading` cube. + +▶️ [Pools trade Top tokens by volume](https://ide.bitquery.io/Pools-trade-Top-tokens-by-volume) + +### Transfers + +#### Ape.store Newly created tokens + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Ape.store Newly created tokens](https://ide.bitquery.io/Apestore-Newly-created-tokens) + +#### Bags.fm Newly created tokens + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Bags.fm Newly created tokens](https://ide.bitquery.io/Bagsfm-Newly-created-tokens) + +#### Bankr Bot Newly created tokens + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Bankr Bot Newly created tokens](https://ide.bitquery.io/Bankr-Bot-Newly-created-tokens) + +#### Flap.sh Newly created tokens using transfer data + +Track Flap.sh mints as transfers from the zero address with amount `1000000000` in transactions sent to the Flap.sh contract. + +▶️ [Flap.sh Newly created tokens using transfer data](https://ide.bitquery.io/Flapsh-Newly-created-tokens-using-transfer-data) + +#### Klik Finance Newly created tokens using transfers + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Klik Finance Newly created tokens using transfers](https://ide.bitquery.io/Klik-Finance-Newly-created-tokens-using-transfers) + +#### Robinhood Chain API - Latest Token Transfers + +Robinhood Chain API - Latest Token Transfers. Uses the `Transfers` cube. + +▶️ [Robinhood Chain API - Latest Token Transfers](https://ide.bitquery.io/latest-transfers-on-robinhood) + +#### Robinhood Chain Token Lookup by Contract Address + +Metadata splits across two sources. Name, symbol, decimals, and contract are indexed on every transfer's `Currency` object — one query against the launch mint gives you all four for any token. + +▶️ [Robinhood Chain Token Lookup by Contract Address](https://ide.bitquery.io/Pools-trade-Token-name-symbol-decimals) + +#### Token Lookup by Contract Address - Robinhood Chain + +Follow the steps here: How to generate Bitquery API token ➤. + +▶️ [Token Lookup by Contract Address - Robinhood Chain](https://ide.bitquery.io/token-lookup-by-address-robinhood-chain) + +#### Transfers for a token on robinhood + +Filter with `Transfer.Currency.SmartContract`. Example: WETH on Robinhood. + +▶️ [Transfers for a token on robinhood](https://ide.bitquery.io/Transfers-for-a-token-on-robinhood) + +#### Transfers for a wallet on Robinhood + +Filter where the address is either `Transfer.Sender` or `Transfer.Receiver` to build a full transfer history. Replace the sample address with your wallet or contract. + +▶️ [Transfers for a wallet on Robinhood](https://ide.bitquery.io/transfers-for-a-wallet-on-Robinhood) + +### Balances & Holders + +#### Pools trade Per-transaction balance changes + +A stream of this filtered to `SlippageBasisPoints: {gt: 100}` is a ready-made "toxic fill" alert for a token's pool. + +▶️ [Pools trade Per-transaction balance changes](https://ide.bitquery.io/Pools-trade-Per-transaction-balance-changes) + +#### Wallet Token Balances on Robinhood Chain + +Wallet Token Balances on Robinhood Chain. Uses the `Balances` cube. Replace the address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Wallet Token Balances on Robinhood Chain](https://ide.bitquery.io/wallet-token-balances-robinhood-chain) + +### Price & OHLC + +#### Latest price of a token + +If you want to monitor price for a particular pool, we suggest usage of `Trading.Pairs` instead of `Trading.Tokens` where you could specify the pool address. + +▶️ [Latest price of a token](https://ide.bitquery.io/latest-price-of-a-token_10) + +#### Latest price of a token on a pool + +This API endpoint retrieves the latest price of a token for a particular token pair or liquidity pool using the `Trading.Pairs` cube. + +▶️ [Latest price of a token on a pool](https://ide.bitquery.io/latest-price-of-a-token-on-a-pool) + +#### Pools trade OHLCV price candles + +Deduplicate on `(TransactionHeader.Hash, Block.Time, Side, Amounts.Base, Pair.QuoteToken.Symbol, Trader.Address)` before aggregating. + +▶️ [Pools trade OHLCV price candles](https://ide.bitquery.io/Pools-trade-OHLCV-price-candles) + +### Supply & Market Cap + +#### Pools trade Token holders and supply + +Pools trade Token holders and supply. Uses the `Holders` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Pools trade Token holders and supply](https://ide.bitquery.io/Pools-trade-Token-holders-and-supply) + +### Liquidity & Pools + +#### Pools trade Per-swap slippage + +Pools trade Per-swap slippage. + +▶️ [Pools trade Per-swap slippage](https://ide.bitquery.io/Pools-trade-Per-swap-slippage) + +#### Pools trade Pool creation Initialize + +The v4 PoolManager's `Initialize` is decoded, so you can read the same `PoolKey` without manual decoding — at the cost of having to scope it to a token. + +▶️ [Pools trade Pool creation Initialize](https://ide.bitquery.io/Pools-trade-Pool-creation-Initialize) + +### Transactions + +#### Daily Active Wallets on Robinhood Chain + +Daily Active Wallets on Robinhood Chain. Uses the `Transactions` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Daily Active Wallets on Robinhood Chain](https://ide.bitquery.io/robinhood-chain-active-wallets) + +#### Robinhood Chain Daily Transaction Count + +Robinhood Chain Daily Transaction Count. Uses the `Transactions` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Robinhood Chain Daily Transaction Count](https://ide.bitquery.io/robinhood-chain-daily-transactions) + +#### Robinhood Chain Gas Usage and Gas Price + +Robinhood Chain Gas Usage and Gas Price. Uses the `Transactions` cube. + +▶️ [Robinhood Chain Gas Usage and Gas Price](https://ide.bitquery.io/robinhood-chain-gas-fees) + +### Events & Calls + +#### All events from Flap.sh + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [All events from Flap.sh](https://ide.bitquery.io/All-events-from-Flapsh) + +#### Flap.sh Newly created tokens using logs TokenCreated + +Filter Flap.sh `TokenCreated` events and decode argument values (token address, metadata fields, and related parameters). + +▶️ [Flap.sh Newly created tokens using logs TokenCreated](https://ide.bitquery.io/Flapsh-Newly-created-tokens-using-logs-TokenCreated) + +#### New Contracts Deployed on Robinhood Chain + +To pin one exact ABI variant — or to match an undecoded method — filter the 4-byte selector instead (uppercase hex, no `0x`) + +▶️ [New Contracts Deployed on Robinhood Chain](https://ide.bitquery.io/new-contracts-deployed-robinhood-chain) + +### Blocks & Validators + +#### Robinhood Chain Blocks per Day and Block Time + +Robinhood Chain Blocks per Day and Block Time. Uses the `Blocks` cube. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Robinhood Chain Blocks per Day and Block Time](https://ide.bitquery.io/robinhood-chain-block-time) + +### Uniswap + +#### Uniswap v4 Pools on Robinhood Chain + +New Uniswap v4 pools: decoded Initialize events on the PoolManager with currencies, fee tier, tick spacing and hooks. + +▶️ [Uniswap v4 Pools on Robinhood Chain](https://ide.bitquery.io/uniswap-v4-pools-on-robinhood-chain) + +#### Uniswap v4 Hooks in Use on Robinhood Chain + +Uniswap v4 Hooks in Use on Robinhood Chain. Uses the `Events` cube. Replace the address in the `where` clause to use it. + +▶️ [Uniswap v4 Hooks in Use on Robinhood Chain](https://ide.bitquery.io/uniswap-v4-hooks-robinhood-chain) + +#### Uniswap v4 Pool Liquidity on Robinhood Chain (pools.trade) + +Three realtime cubes carry data traders usually have to compute themselves. All three are realtime-only on Robinhood — `dataset: archive` and `dataset: combined` both error — so use them for live monitoring and persist what you need. + +▶️ [Uniswap v4 Pool Liquidity on Robinhood Chain (pools.trade)](https://ide.bitquery.io/Pools-trade-Live-pool-liquidity) + +## Avalanche + +### Trades + +#### Latest DEX trades + +The most recent DEX trades on Avalanche, with both sides of the pair, the venue and USD value. Add a `baseCurrency` filter to scope it to one token. + +▶️ [Latest DEX trades](https://ide.bitquery.io/Avalanche-Latest-DEX-trades) + +#### Top DEXs by trade count + +Ranks the DEXs on Avalanche by number of trades, so you can see which venues actually carry volume. + +▶️ [Top DEXs by trade count](https://ide.bitquery.io/Avalanche-Top-DEXs-by-trade-count) + +### Transfers + +#### Latest token transfers + +Recent token transfers on Avalanche. Add a `currency` filter to follow one token, or a sender/receiver filter to follow one wallet. + +▶️ [Latest token transfers](https://ide.bitquery.io/Avalanche-Latest-token-transfers) + +### Balances & Holders + +#### Balances of an address + +Native and token balances held by one Avalanche address. Replace the address to use it. + +▶️ [Balances of an address](https://ide.bitquery.io/Avalanche-Balances-of-an-address) + +### Transactions + +#### Latest transactions + +Recent Avalanche transactions with value, gas and sender/receiver. Move `since` in the Variables pane to change the window — a wide window on a busy chain will exceed the query memory limit. + +▶️ [Latest transactions](https://ide.bitquery.io/Avalanche-Latest-transactions) + +### Events & Calls + +#### Latest smart contract events + +Decoded event logs on Avalanche. Filter by `smartContractAddress` to watch a single contract. + +▶️ [Latest smart contract events](https://ide.bitquery.io/Avalanche-Latest-smart-contract-events) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Avalanche, with height, time, gas used and transaction count. + +▶️ [Latest blocks](https://ide.bitquery.io/Avalanche-Latest-blocks_1) + +## Celo + +### Transfers + +#### Latest token transfers + +Recent token transfers on Celo. Add a `currency` filter to follow one token, or a sender/receiver filter to follow one wallet. + +▶️ [Latest token transfers](https://ide.bitquery.io/Celo-Latest-token-transfers) + +### Balances & Holders + +#### Balances of an address + +Native and token balances held by one Celo address. Replace the address to use it. + +▶️ [Balances of an address](https://ide.bitquery.io/Celo-Balances-of-an-address) + +### Transactions + +#### Latest transactions + +Recent Celo transactions with value, gas and sender/receiver. Move `since` in the Variables pane to change the window — a wide window on a busy chain will exceed the query memory limit. + +▶️ [Latest transactions](https://ide.bitquery.io/Celo-Latest-transactions) + +### Events & Calls + +#### Latest smart contract events + +Decoded event logs on Celo. Filter by `smartContractAddress` to watch a single contract. + +▶️ [Latest smart contract events](https://ide.bitquery.io/Celo-Latest-smart-contract-events) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Celo, with height, time, gas used and transaction count. + +▶️ [Latest blocks](https://ide.bitquery.io/Celo-Latest-blocks) + +## Bitcoin + +### Transfers + +#### Inflows and Outflows of a wallet + +This API returns all incoming and outgoing transactions for a specific Bitcoin wallet address. + +▶️ [Inflows and Outflows of a wallet](https://ide.bitquery.io/Inflows-and-Outflow-of-a-bitcoin-wallet) + +### Balances & Holders + +#### Bitcoin Balance for multiple addresses + +This query calculates the combined balance of multiple Bitcoin wallet addresses by summing their total inflows and outflows: Balance = Total Output - Total Input. You can also set a date to get balances as of a specific point in time. + +▶️ [Bitcoin Balance for multiple addresses](https://ide.bitquery.io/BTC-balance-api-for-multiple-addresses) + +#### BTC balance api for multiple addresses + +Pass an array of addresses to `inputAddress` and `outputAddress` with `{in: [...]}` to get per-wallet totals in a single request. Useful for exchanges, custodians, and portfolio dashboards that monitor many wallets at once. + +▶️ [BTC balance api for multiple addresses](https://ide.bitquery.io/BTC-balance-API-for-multiple-addresses) + +#### Bitcoin balance + +Returns total BTC sent (inputs) and received (outputs) for an address, along with USD-equivalent values and first / last activity dates. Subtract `inputs.value` from `outputs.value` to get the current balance. + +▶️ [Bitcoin balance](https://ide.bitquery.io/Bitcoin-balance_5) + +#### Bitcoin balance at a given height + +Need to know what a wallet held at a particular point in time? The `height` filter caps inputs and outputs at a given block number, which is exactly what you need for audits, tax reporting, and point-in-time portfolio snapshots. + +▶️ [Bitcoin balance at a given height](https://ide.bitquery.io/bitcoin-balance-at-a-given-height) + +#### Bitcoin balance on a given block height + +Sum outputs and subtract inputs with a `height: {lteq: N}` cap to get the wallet's balance at a specific point on-chain. Useful for audits, tax snapshots, and point-in-time portfolio reporting. + +▶️ [Bitcoin balance on a given block height](https://ide.bitquery.io/bitcoin-balance-on-a-given-block-height) + +### Price & OHLC + +#### Btc price in 2016 + +Pulls the BTC/USD price implied by any output on a given date — Bitquery stores the spot value at the time of each transaction, so you can derive a historical price by dividing USD value by BTC value. + +▶️ [Btc price in 2016](https://ide.bitquery.io/btc-price-in-2016) + +### Transactions + +#### Details of Bitcoin Transaction + +This API provides comprehensive details of a specific Bitcoin transaction in a single query. + +▶️ [Details of Bitcoin Transaction](https://ide.bitquery.io/Details-of-Bitcoin-Transaction) + +### Blocks & Validators + +#### Bitcoin miners rewards + +Mining rewards live in coinbase outputs (the first transaction in every block, `txIndex: 0`) with `outputDirection: mining`. + +▶️ [Bitcoin miners rewards](https://ide.bitquery.io/bitcoin-miners-rewards) + +#### Get miners activity in a specific timeframe + +Pulls the activity count per miner address inside a date range. Drop or extend the date window to size the cohort however you need. + +▶️ [Get miners activity in a specific timeframe](https://ide.bitquery.io/get-miners-activity-in-a-specific-timeframe) + +#### Get miners first activity + +For a specific set of miner addresses, this query returns the first block each one mined. Useful for cohort analysis, miner onboarding studies, or building "first seen" timelines. + +▶️ [Get miners first activity](https://ide.bitquery.io/get-miners-first-activity) + +## Litecoin + +### Transfers + +#### Largest transfers in the last 24 hours + +The biggest Litecoin outputs of the past day, ranked by value — a quick way to spot whale movement. Change the `since` date to widen the window. + +▶️ [Largest transfers in the last 24 hours](https://ide.bitquery.io/Litecoin-Largest-transfers-in-the-last-24-hours) + +### Balances & Holders + +#### Total received by an address + +Sums everything an address has ever received on Litecoin, with a first-and-last-seen window. Replace the address to use it. + +▶️ [Total received by an address](https://ide.bitquery.io/Litecoin-Total-received-by-an-address) + +#### Total sent from an address + +Sums everything an address has ever spent on Litecoin. Subtract this from total received to get the current balance. + +▶️ [Total sent from an address](https://ide.bitquery.io/Litecoin-Total-sent-from-an-address) + +#### Address activity summary + +First seen, last seen, and lifetime in/out totals for one Litecoin address in a single request. + +▶️ [Address activity summary](https://ide.bitquery.io/Litecoin-Address-activity-summary) + +### Transactions + +#### Latest transactions + +The most recent transactions on Litecoin, with value, fee and input/output counts. Raise the limit to page further back. + +▶️ [Latest transactions](https://ide.bitquery.io/Litecoin-Latest-transactions) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Litecoin, with height, time, transaction count and size. + +▶️ [Latest blocks](https://ide.bitquery.io/Litecoin-Latest-blocks) + +## Bitcoin Cash + +### Transfers + +#### Largest transfers in the last 24 hours + +The biggest Bitcoin Cash outputs of the past day, ranked by value — a quick way to spot whale movement. Change the `since` date to widen the window. + +▶️ [Largest transfers in the last 24 hours](https://ide.bitquery.io/Bitcoin-Cash-Largest-transfers-in-the-last-24-hours) + +### Balances & Holders + +#### Total received by an address + +Sums everything an address has ever received on Bitcoin Cash, with a first-and-last-seen window. Replace the address to use it. + +▶️ [Total received by an address](https://ide.bitquery.io/Bitcoin-Cash-Total-received-by-an-address) + +#### Total sent from an address + +Sums everything an address has ever spent on Bitcoin Cash. Subtract this from total received to get the current balance. + +▶️ [Total sent from an address](https://ide.bitquery.io/Bitcoin-Cash-Total-sent-from-an-address) + +#### Address activity summary + +First seen, last seen, and lifetime in/out totals for one Bitcoin Cash address in a single request. + +▶️ [Address activity summary](https://ide.bitquery.io/Bitcoin-Cash-Address-activity-summary) + +### Transactions + +#### Latest transactions + +The most recent transactions on Bitcoin Cash, with value, fee and input/output counts. Raise the limit to page further back. + +▶️ [Latest transactions](https://ide.bitquery.io/Bitcoin-Cash-Latest-transactions) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Bitcoin Cash, with height, time, transaction count and size. + +▶️ [Latest blocks](https://ide.bitquery.io/Bitcoin-Cash-Latest-blocks) + +## Dogecoin + +### Transfers + +#### Largest transfers in the last 24 hours + +The biggest Dogecoin outputs of the past day, ranked by value — a quick way to spot whale movement. Change the `since` date to widen the window. + +▶️ [Largest transfers in the last 24 hours](https://ide.bitquery.io/Dogecoin-Largest-transfers-in-the-last-24-hours) + +### Balances & Holders + +#### Total received by an address + +Sums everything an address has ever received on Dogecoin, with a first-and-last-seen window. Replace the address to use it. + +▶️ [Total received by an address](https://ide.bitquery.io/Dogecoin-Total-received-by-an-address) + +#### Total sent from an address + +Sums everything an address has ever spent on Dogecoin. Subtract this from total received to get the current balance. + +▶️ [Total sent from an address](https://ide.bitquery.io/Dogecoin-Total-sent-from-an-address) + +#### Address activity summary + +First seen, last seen, and lifetime in/out totals for one Dogecoin address in a single request. + +▶️ [Address activity summary](https://ide.bitquery.io/Dogecoin-Address-activity-summary) + +### Transactions + +#### Latest transactions + +The most recent transactions on Dogecoin, with value, fee and input/output counts. Raise the limit to page further back. + +▶️ [Latest transactions](https://ide.bitquery.io/Dogecoin-Latest-transactions) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Dogecoin, with height, time, transaction count and size. + +▶️ [Latest blocks](https://ide.bitquery.io/Dogecoin-Latest-blocks) + +## Dash + +### Transfers + +#### Largest transfers in the last 24 hours + +The biggest Dash outputs of the past day, ranked by value — a quick way to spot whale movement. Change the `since` date to widen the window. + +▶️ [Largest transfers in the last 24 hours](https://ide.bitquery.io/Dash-Largest-transfers-in-the-last-24-hours) + +### Balances & Holders + +#### Total received by an address + +Sums everything an address has ever received on Dash, with a first-and-last-seen window. Replace the address to use it. + +▶️ [Total received by an address](https://ide.bitquery.io/Dash-Total-received-by-an-address) + +#### Total sent from an address + +Sums everything an address has ever spent on Dash. Subtract this from total received to get the current balance. + +▶️ [Total sent from an address](https://ide.bitquery.io/Dash-Total-sent-from-an-address) + +#### Address activity summary + +First seen, last seen, and lifetime in/out totals for one Dash address in a single request. + +▶️ [Address activity summary](https://ide.bitquery.io/Dash-Address-activity-summary) + +### Transactions + +#### Latest transactions + +The most recent transactions on Dash, with value, fee and input/output counts. Raise the limit to page further back. + +▶️ [Latest transactions](https://ide.bitquery.io/Dash-Latest-transactions) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Dash, with height, time, transaction count and size. + +▶️ [Latest blocks](https://ide.bitquery.io/Dash-Latest-blocks) + +## Zcash + +### Transfers + +#### Largest transfers in the last 24 hours + +The biggest Zcash outputs of the past day, ranked by value — a quick way to spot whale movement. Change the `since` date to widen the window. + +▶️ [Largest transfers in the last 24 hours](https://ide.bitquery.io/Zcash-Largest-transfers-in-the-last-24-hours) + +### Balances & Holders + +#### Total received by an address + +Sums everything an address has ever received on Zcash, with a first-and-last-seen window. Replace the address to use it. + +▶️ [Total received by an address](https://ide.bitquery.io/Zcash-Total-received-by-an-address) + +#### Total sent from an address + +Sums everything an address has ever spent on Zcash. Subtract this from total received to get the current balance. + +▶️ [Total sent from an address](https://ide.bitquery.io/Zcash-Total-sent-from-an-address) + +#### Address activity summary + +First seen, last seen, and lifetime in/out totals for one Zcash address in a single request. + +▶️ [Address activity summary](https://ide.bitquery.io/Zcash-Address-activity-summary) + +### Transactions + +#### Latest transactions + +The most recent transactions on Zcash, with value, fee and input/output counts. Raise the limit to page further back. + +▶️ [Latest transactions](https://ide.bitquery.io/Zcash-Latest-transactions) + +### Blocks & Validators + +#### Latest blocks + +The most recent blocks on Zcash, with height, time, transaction count and size. + +▶️ [Latest blocks](https://ide.bitquery.io/Zcash-Latest-blocks) + +## Cardano + +### Trades + +#### Cardano Price + +This query returns the latest price of Cardano on Cardano Network. + +▶️ [Cardano Price](https://ide.bitquery.io/latest-cardano-price) + +### Transfers + +#### Cardano User Transfers + +This query returns the latest transfers for a useron Cardano network. + +▶️ [Cardano User Transfers](https://ide.bitquery.io/cardano-transfers-of-a-wallet) + +### Balances & Holders + +#### Cardano Balance + +This query returns the current balance of a user on Cardano network. + +▶️ [Cardano Balance](https://ide.bitquery.io/cardano-address-balance_1) + +## Ripple + +### Trades + +#### Ripple Token DEX Trades + +This query returns the latest trades of a currency on the Ripple network. + +▶️ [Ripple Token DEX Trades](https://ide.bitquery.io/trades-for-CNY-on-ripple) + +#### Ripple Payments + +This query returns the latest payments on Ripple network. + +▶️ [Ripple Payments](https://ide.bitquery.io/Latest-payments-on-ripple-blockchain) + +### Transfers + +#### Ripple Historical Transfers + +This query returns all the historical transfers done by a specific address on the Ripple network. + +▶️ [Ripple Historical Transfers](https://ide.bitquery.io/All-historical-transfers-of-an-individual-address) + +### Balances & Holders + +#### Ripple Historical Balance + +This query returns all historical balance of an address on Ripple network. + +▶️ [Ripple Historical Balance](https://ide.bitquery.io/historical-balances-of-a-ripple-address) + +### Transactions + +#### Transaction Details using Hash + +This query uses transaction hash and date range as filter to fetch tx details. + +▶️ [Transaction Details using Hash](https://ide.bitquery.io/xrpl-search-tx-details) + +## Algorand + +### Transfers + +#### All the transfers of an asset on Algorand Mainnet in a specific timeframe + +Returns transfers for asset ID `31566704` between two dates, ordered by block height descending. Swap the `currency` filter for any ASA ID or ALGO. + +▶️ [All the transfers of an asset on Algorand Mainnet in a specific timeframe](https://ide.bitquery.io/All-the-transfers-of-an-asset-on-Algorand-Mainnet-in-a-specific-timeframe) + +#### Traansfers where a currency is sent from or sent to a particular address + +Uses the `any` filter to match transfers where the address appears as either sender or receiver. + +▶️ [Traansfers where a currency is sent from or sent to a particular address](https://ide.bitquery.io/traansfers-where-a-currency-is-sent-from-or-sent-to-a-particular-address) + +### Price & OHLC + +#### Get Count of Smart Contract Calls in Latest Block + +Returns the count of unique smart contract calls in the most recent block after a given date. + +▶️ [Get Count of Smart Contract Calls in Latest Block](https://ide.bitquery.io/Get-Count-of-Smart-Contract-Calls-in-Latest-Block_1) + +### Transactions + +#### All Transactions on Algorand + +Paginated query for all transactions in a specific window. + +▶️ [All Transactions on Algorand](https://ide.bitquery.io/All-Transactions-on-Algorand) + +#### Daily Transaction Count for last 10 days + +Returns the number of transactions per day over the last 10 days, ordered by date descending. + +▶️ [Daily Transaction Count for last 10 days](https://ide.bitquery.io/Daily-Transaction-Count-for-last-10-days) + +#### Daily Unique Txn Senders on algorand + +Counts distinct transaction senders on a specific date. + +▶️ [Daily Unique Txn Senders on algorand](https://ide.bitquery.io/Daily-Unique-Txn-Senders-on-algorand) + +## Trading API + +### Trades + +#### Average fee per trade, Total fees, total volume, trades count per DEX program + +Average fee per trade, Total fees, total volume, trades count per DEX program. Uses the `Trades` cube. + +▶️ [Average fee per trade, Total fees, total volume, trades count per DEX program](https://ide.bitquery.io/Average-fee-per-trade-Total-fees-total-volume-trades-count-per-DEX-program) + +#### Last 10 WSOL USDC Token pair trades + +Last 10 WSOL USDC Token pair trades. Uses the `Trades` cube. + +▶️ [Last 10 WSOL USDC Token pair trades](https://ide.bitquery.io/Last-10-WSOL-USDC-Token-pair-trades) + +#### Most active market pools by trades + +Most active market pools by trades. Uses the `Trades` cube. + +▶️ [Most active market pools by trades](https://ide.bitquery.io/Most-active-market-pools-by-trades) + +#### Most active traders by trade count + +Most active traders by trade count. Uses the `Trades` cube. + +▶️ [Most active traders by trade count](https://ide.bitquery.io/Most-active-traders-by-trade-count) + +#### Most traded token in last 1 hour on solana and it's average trade amount and total volume + +Most traded token in last 1 hour on solana and it's average trade amount and total volume. Uses the `Trades` cube. + +▶️ [Most traded token in last 1 hour on solana and it's average trade amount and total volume](https://ide.bitquery.io/Most-traded-token-in-last-1-hour-on-solana-and-its-average-trade-amount-and-total-volume) + +#### Net flow (buys - sells) per token symbol + +Net flow (buys - sells) per token symbol. Uses the `Trades` cube. + +▶️ [Net flow (buys - sells) per token symbol](https://ide.bitquery.io/Net-flow-buys---sells-per-token-symbol_2) + +#### Tokens with highest trade frequency + +Tokens with highest trade frequency. Uses the `Trades` cube. + +▶️ [Tokens with highest trade frequency](https://ide.bitquery.io/Tokens-with-highest-trade-frequency) + +#### Tokens with most unique buyers + +Tokens with most unique buyers. Uses the `Trades` cube. + +▶️ [Tokens with most unique buyers](https://ide.bitquery.io/Tokens-with-most-unique-buyers) + +#### Top Traders on Solana + +Top Traders on Solana. Uses the `Trades` cube. + +▶️ [Top Traders on Solana](https://ide.bitquery.io/Top-Traders-on-Solana_2) + +#### Total SOL fees, Total Volume, Total count trades + +Total SOL fees, Total Volume, Total count trades. Uses the `Trades` cube. + +▶️ [Total SOL fees, Total Volume, Total count trades](https://ide.bitquery.io/Total-SOL-fees-Total-Volume-Total-count-trades) + +### Price & OHLC + +#### Historical Bitcoin OHLC data for the last 7 days + +Recent Bitcoin OHLC using the Crypto Price API (time range in the query matches what the Price Index supports). + +▶️ [Historical Bitcoin OHLC data for the last 7 days](https://ide.bitquery.io/historical-Bitcoin-OHLC-data-for-the-last-7-days) + +#### OHLC of a currency on multiple blockchains + +Stream real-time Bitcoin OHLC data aggregated from all supported blockchains (Bitcoin, Ethereum WBTC, Solana, etc.) with 60-second intervals. + +▶️ [OHLC of a currency on multiple blockchains](https://ide.bitquery.io/OHLC-of-a-currency-on-multiple-blockchains) + +### Supply & Market Cap + +#### Marketcap of pump token + +Set token address and read `Supply.MarketCap` from the query below. See the Supply fields reference for related supply fields. You can also stream this in real-time by adding the keyword "subscription" at the top. + +▶️ [Marketcap of pump token](https://ide.bitquery.io/marketcap-of-pump-token) + +#### Tokens ranked by market cap + +Tokens ranked by market cap. Uses the `Trades` cube. + +▶️ [Tokens ranked by market cap](https://ide.bitquery.io/Tokens-ranked-by-market-cap_1) + +## Stablecoins + +### Trades + +#### Solana USDT trades query + +Solana USDT trades query. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Solana USDT trades query](https://ide.bitquery.io/solana-USDT-trades-query) + +### Transfers + +#### Latest Tron USDT Transfers + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest Tron USDT Transfers](https://ide.bitquery.io/Latest-Tron-USDT-Transfers) + +#### Latest USDT/USDC Transfer api on base + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer api on base](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-api-on-base) + +#### Latest USDT/USDC Transfer api on ethereum + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer api on ethereum](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-api-on-ethereum) + +#### Stablecoin Transfers from/to an address + +Stablecoin Transfers from/to an address. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin Transfers from/to an address](https://ide.bitquery.io/stablecoin-Transfers-fromto-an-address) + +#### Stablecoin recieved and sent by an address + +Stablecoin recieved and sent by an address. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [Stablecoin recieved and sent by an address](https://ide.bitquery.io/Stablecoin-recieved-and-sent-by-an-address) + +#### USDT Stablecoin reserves on Ethereum + +USDT Stablecoin reserves on Ethereum. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. + +▶️ [USDT Stablecoin reserves on Ethereum](https://ide.bitquery.io/USDT-Stablecoin-reserves-on-Ethereum) + +#### USDT and USDC token Transfers api on solana + +USDT and USDC token Transfers api on solana. Uses the `Transfers` cube. + +▶️ [USDT and USDC token Transfers api on solana](https://ide.bitquery.io/USDT-and-USDC-token-Transfers-api-on-solana) + +#### USDT token Transfers api on solana + +Track live USDT stablecoin transfers. USDT is ideal for payments, settlements, etc and you can track those in real-time using this API/Stream -. + +▶️ [USDT token Transfers api on solana](https://ide.bitquery.io/USDT-token-Transfers-api-on-solana) + +### Price & OHLC + +#### 5 minute price change stablecoin API + +5 minute price change stablecoin API. Uses the `Tokens` cube. + +▶️ [5 minute price change stablecoin API](https://ide.bitquery.io/5-minute-price-change-stablecoin-API) + +#### Stablecoin price query of USDT + +Get real-time and historical USDT prices, OHLCV, and moving averages across supported networks and markets. + +▶️ [Stablecoin price query of USDT](https://ide.bitquery.io/stablecoin-price-query-of-USDT_1) + +#### Usdt latest price arbitrage + +This query compares USDT prices across different blockchain networks in real-time. It fetches the latest price data for USDT from different networks, showing you where the same stablecoin trades at different prices. + +▶️ [Usdt latest price arbitrage](https://ide.bitquery.io/usdt-latest-price-arbitrage) + +### Supply & Market Cap + +#### USDC Stablecoin reserves on Solana + +USDC Stablecoin reserves on Solana. Uses the `TokenSupplyUpdates` cube. Change the token address in the `where` clause to use it. + +▶️ [USDC Stablecoin reserves on Solana](https://ide.bitquery.io/USDC-Stablecoin-reserves-on-Solana) + +#### USDT Stablecoin reserves on Solana query + +USDT Stablecoin reserves on Solana query. Uses the `TokenSupplyUpdates` cube. Change the token address in the `where` clause to use it. + +▶️ [USDT Stablecoin reserves on Solana query](https://ide.bitquery.io/USDT-Stablecoin-reserves-on-Solana--query) + +## Perpetuals + +### Trades + +#### Hyperliquid BTC Perp Trades + +Hyperliquid BTC Perp Trades. Uses the `Trades` cube. + +▶️ [Hyperliquid BTC Perp Trades](https://ide.bitquery.io/hyperliquid-btc-perp-trades) + +#### Hyperliquid Latest Trades (Perps + Spot + HIP-3) + +Each fill carries the execution (price, size, side, aggressor flag), the position it changed (leverage, margin mode, size before, realized PnL) and fees. `Direction` is one of `Open Long`, `Open Short`, `Close Long`, `Close Short`. + +▶️ [Hyperliquid Latest Trades (Perps + Spot + HIP-3)](https://ide.bitquery.io/hyperliquid-latest-trades) + +#### Hyperliquid Trader Leverage Updates + +Hyperliquid Trader Leverage Updates. + +▶️ [Hyperliquid Trader Leverage Updates](https://ide.bitquery.io/hyperliquid-leverage-updates) + +#### Phoenix Perps Fills by Trader Wallet - Solana + +Stream every stop-loss and take-profit placement as it happens. + +▶️ [Phoenix Perps Fills by Trader Wallet - Solana](https://ide.bitquery.io/sol_perps_filled_orders_by_signer) + +#### Trader Realized PnL on Solana Perps + +Rows with `Size: 0` are markets they've fully closed — drop them and the rest is the live book, with entry prices. + +▶️ [Trader Realized PnL on Solana Perps](https://ide.bitquery.io/solana-perps-trader-pnl) + +#### Whale Trades on Solana Perps (Phoenix) + +Positive = received, negative = paid. Replace the field list with `total: sum(of: Position_Funding)` for the net carry cost of holding their positions. + +▶️ [Whale Trades on Solana Perps (Phoenix)](https://ide.bitquery.io/solana-perps-whale-trades) + +### Price & OHLC + +#### Hyperliquid BTC OHLCV Candles (1 minute) + +The `Candles` cube provides OHLCV per market and interval. `Interval.Time.Duration` is the candle length in seconds (e.g. `60` for one minute), `Start` the interval open time. OHLCV values are floats. + +▶️ [Hyperliquid BTC OHLCV Candles (1 minute)](https://ide.bitquery.io/hyperliquid-btc-ohlcv-candles) + +#### Hyperliquid Mark Prices (All Markets) + +Follow the steps here: How to generate Bitquery API token ➤. + +▶️ [Hyperliquid Mark Prices (All Markets)](https://ide.bitquery.io/hyperliquid-mark-prices) + +#### Solana Perps OHLC Candles from Mark Price + +As a `query`, add `orderBy: { descending: Block_Time }` and a `limit` for the recent whale prints. + +▶️ [Solana Perps OHLC Candles from Mark Price](https://ide.bitquery.io/solana-perps-ohlc-candles) + +## NFTs + +### Trades + +#### Get NFT trades for a specific NFT contract on specific marketplace + +Get trades of NFTs for a given contract and marketplace. + +▶️ [Get NFT trades for a specific NFT contract on specific marketplace](https://ide.bitquery.io/Get-NFT-trades-by-contract) + +#### Get NFT trades for a specific NFT contract and token ID + +Get trades of NFTs for a given contract and token ID. + +▶️ [Get NFT trades for a specific NFT contract and token ID](https://ide.bitquery.io/Get-NFT-trades-by-token) + +#### Get NFT trades by wallet + +Get trades of NFTs for a given wallet. -▶️ [Latest Slippage for a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_7) +▶️ [Get NFT trades by wallet](https://ide.bitquery.io/Get-trades-of-NFTs-for-a-given-wallet) -### Liquidity APIs +#### Latest NFT Trades -#### Latest Liquidity Changes of a Specific Pool +Latest NFT Trades. -This query retrieves the latest liquidity events for a specific DEX pool on Base. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. +▶️ [Latest NFT Trades](https://ide.bitquery.io/Latest-NFT-trades-on-ETH) -▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_4#) +#### Top Traded NFTs in a Period -## Robinhood Chain +This query gets the top 10 traded NFTs based on the number of trades within a specified date range. You can change the filters such as the date range and limit. -### Trades +▶️ [Top Traded NFTs in a Period](https://ide.bitquery.io/Top-traded-NFT-tokens-in-a-month) -#### Latest DEX Trades on Robinhood Chain +#### Latests OpenSea Trades -Latest DEX trades on Robinhood Chain (chain id 4663) via the Trading API, with price and USD amounts. -▶️ [Latest DEX Trades on Robinhood Chain](https://ide.bitquery.io/Robinhood-Trades) +Latests OpenSea Trades. -### Uniswap v4 +▶️ [Latests OpenSea Trades](https://ide.bitquery.io/Latests-OpenSea-Trades) -#### Uniswap v4 Pools on Robinhood Chain +#### Latest NFT trades on Ethereum network -New Uniswap v4 pools: decoded Initialize events on the PoolManager with currencies, fee tier, tick spacing and hooks. -▶️ [Uniswap v4 Pools on Robinhood Chain](https://ide.bitquery.io/uniswap-v4-pools-on-robinhood-chain) +Latest NFT trades on Ethereum network. -## BSC (Binance Smart Chain) +▶️ [Latest NFT trades on Ethereum network](https://ide.bitquery.io/latest-NFT-trades-on-Ethereum-network) -### Balance APIs +#### Pairs of blur token new dataset -#### Get latest BNB balance of an wallet +Open the above query on GraphQL IDE using this. -Get latest BNB balance of an wallet. -▶️ [Get latest BNB balance of a wallet](https://ide.bitquery.io/Latest-native-balance-of-an-address-bsc) +▶️ [Pairs of blur token new dataset](https://ide.bitquery.io/pairs-of-blur-token-new-dataset_1) -#### Get latest liquidity of an EVM Pool +#### New Uniswap v3 liquidity positions -Get latest liquidity of an EVM Pool. -▶️ [Get latest liquidity of an EVM Pool](https://ide.bitquery.io/latest-liquidity-of-a-EVM-pool) +Position NFTs as they are minted — who is adding liquidity to v3 pools, and to which pair. -#### Get Native & Token Balances by Wallet +▶️ [New Uniswap v3 liquidity positions](https://ide.bitquery.io/recent-uniswap-position-NFTs-mint_1) -Get token balances for a specific wallet address. -▶️ [Get Native & Token Balances by Wallet](https://ide.bitquery.io/balance-of-a-wallet_1) +#### NFT currencies on Solana by DEX'es -#### Get Token Balance by Wallet +The subscription query provided fetches the most-traded NFTs in the last few hours. For Solana, only realtime information is available, so the aggregate might not be accurate beyond a few hours. -Get token balances for a specific wallet address. -▶️ [Get Token Balance by Wallet](https://ide.bitquery.io/Get-ERC20-Token-Balance-by-Wallet) +▶️ [NFT currencies on Solana by DEX'es](https://ide.bitquery.io/NFT-currencies-on-Solana-by-DEXes_1) -#### Get wallet net worth +### Transfers -Get the net worth of a wallet in USD. -▶️ [Get wallet net worth](https://ide.bitquery.io/balance-of-a-wallet-in-USD_2) +#### Get NFT transfers by wallet -### Token Supply +Get transfers of NFTs given the wallet. -#### Get Total Supply and Marketcap of an BSC token +▶️ [Get NFT transfers by wallet](https://ide.bitquery.io/latest-nft-transfers-by-a-user) -Get Total Supply and Marketcap of an BSC token. -▶️ [Get Total Supply and Marketcap of an BSC token](https://ide.bitquery.io/latest-liquidity-of-a-EVM-pool) +#### All transfers of an NFT -### MarketCap APIs +Retrieves the most recent transfers of a specific non-fungible token (NFT) on the Ethereum network. You can find the GraphQL query. -Trading API **`Tokens`** query for the latest **market cap**, **FDV**, **supply**, **price**, and **volume** for one BSC token. Use **`bsc:`** + **lowercase** contract in **`Token.Id`**. Full examples: **[BSC Token Market Cap API](/docs/blockchain/BSC/bsc-token-marketcap-api)**. +▶️ [All transfers of an NFT](https://ide.bitquery.io/All-transfers-of-an-NFT) -#### Latest market cap for a specific BSC token (Trading API) +#### NFT Token Transfers By Date -▶️ [Specific BSC Token Latest Market Cap](https://ide.bitquery.io/specific-bsc-token-latest-marketcap_1) +NFT Token Transfers By Date. -### Real Time Transfers +▶️ [NFT Token Transfers By Date](https://ide.bitquery.io/NFT-Token-Transfers-By-Date) -#### Get token transfers by wallet +#### Top transfered NFT tokens in network -Get token transactions ordered by block number in descending order. -▶️ [Get token transfers by wallet](https://ide.bitquery.io/Get-ERC20-token-transfers-by-wallet-bsc) +Fetches the most frequently transferred NFTs on the Ethereum Blockchain within the specified date range. -### Historical Transfers +▶️ [Top transfered NFT tokens in network](https://ide.bitquery.io/Top-transfered-NFT-tokens-in-network) -#### Get Historical ERC20 token transfers by wallet +#### Array_intersect example for NFT -Get ERC20 token transfers for an address in a given historical time window -▶️ [Get Historical ERC20 token transfers by wallet](https://ide.bitquery.io/Get-historical-ERC20-token-transfers-by-wallet-bsc) +Array_intersect example for NFT. -### Real Time Transactions +▶️ [Array_intersect example for NFT](https://ide.bitquery.io/array_intersect-example-for-NFT) -#### Get transactions by wallet +#### Get all transfers of a specific nft -Get transactions ordered by block number in descending order. -▶️ [Get transactions by wallet](https://ide.bitquery.io/Get-transactions-by-wallet_6) +Will give all the transfers of a particular NFT `0xb68CA010776B4584cf49893E75b66583eb884948`. -### Historical Transactions +▶️ [Get all transfers of a specific nft](https://ide.bitquery.io/get-all-transfers-of-a-specific-nft) -#### Get historical transactions by wallet in a given period +### Balances & Holders -Get historical transactions for a given period of time ordered by block number in descending order. -▶️ [Get historical transactions by wallet](https://ide.bitquery.io/Get-historical-transactions-by-wallet-bsc) +#### Get Latest NFT Balance for an Address -### Trades +Get the latest NFT balance for a specific address and NFT collection. This query returns the current NFT count and ownership information. -#### BSC DEX Trades +▶️ [Get Latest NFT Balance for an Address](https://ide.bitquery.io/Get-Latest-NFT-Balance-for-an-Address) -This query returns the latest trades on the BSC network from a trader perspective and returns useful metrics such as marketcap and pool ranking. -▶️ [BSC DEX Trades](https://ide.bitquery.io/BSC-dextrades_9) +#### Get All NFT Collections for an Address -#### BSC Dex Trade By Tokens +Retrieve all NFT collections held by a specific address. This query returns balances for all NFT collections the address owns. -This query returns the latest trades on the BSC network. This is useful when looking for trades of a token. -▶️ [DexTrade By Tokens](https://ide.bitquery.io/BSC-dextrades-for-a-token) +▶️ [Get All NFT Collections for an Address](https://ide.bitquery.io/Get-All-NFT-Collections-for-an-Address_1) -#### Get Trades by a Trader +#### Get NFT Owner for Specific Token ID -Get all trades by a particular trader. -▶️ [Get Swaps by Wallet Address](https://ide.bitquery.io/BSC-dextrades-by-a-trader) +Check the current owner of a specific NFT token ID. This query returns ownership information for a particular token. -#### Trades on Pancakeswap +▶️ [Get NFT Owner for Specific Token ID](https://ide.bitquery.io/Get-NFT-Owner-for-Specific-Token-ID) -Get the latest trades on Pancakeswap. -▶️[User Trades](https://ide.bitquery.io/BSC-dextrades-for-pancakeswap) +#### Get NFT Balances for Multiple Addresses -### OHLC & Price Data +Get NFT balances for multiple addresses in a single query. Useful for portfolio tracking or wallet monitoring applications. -#### Get Multiple Token Prices +▶️ [Get NFT Balances for Multiple Addresses](https://ide.bitquery.io/Get-NFT-Balances-for-Multiple-Addresses_1) -Returns an array of token prices denominated in the blockchain's native token and USD for a given token contract address. -▶️ [Get Multiple Token Prices](https://ide.bitquery.io/Price-of-multiple-tokens-in-realtime) +#### Get NFT Ownership History -#### Get OHLCV by Pair Address +Retrieve the NFT ownership history of a specific NFT over a specific time period. This helps track NFT transfers and ownership changes. -Get the OHLCV candle stick by using pair address. -▶️ [Get OHLCV by Pair Address](https://ide.bitquery.io/OHLC0_8) +▶️ [Get NFT Ownership History](https://ide.bitquery.io/Get-NFT-Ownership-History_2) -#### OHLC for a BEP-20 Token +### Price & OHLC -Get OHLC statistics for a BEP-20 token on BSC network. -▶️[OHLC of a Token](https://ide.bitquery.io/OHLC-for-a-token-on-bsc_1) +#### Smart contract calls to an nft contract -#### Get ATH Price of a token +Smart contract calls to an nft contract. -Retrieves the all-time high (ATH) price in USD for a specified token contract. -▶️ [Get ATH Price of a token](https://ide.bitquery.io/ATH-of-bsc-token_2) +▶️ [Smart contract calls to an nft contract](https://ide.bitquery.io/Smart-contract-calls-to-an-nft-contract) -#### BEP-20 Token Price +### Events & Calls -Get the latest price of a BEP-20 token on BSC network. -▶️[Token Price](https://ide.bitquery.io/realtime-usd-price-of-a-token) +#### All refinance loans for specific NFT collection -#### Price of a Token on PancakeSwap +To retrieve all refinance loans for a specific NFT collection, we filter Refinance event arguments in. -Get the latest price of a token traded on Pancakeswap. -▶️[Token Price on Pancakeswap](https://ide.bitquery.io/BSC-PancakeSwap-v3-Price-for-a-token) +▶️ [All refinance loans for specific NFT collection](https://ide.bitquery.io/All-refinance-loans-for-specificNFT-collection) -#### OHLC of a Token on PancakeSwap +#### Auction on blur marketplace -Get the OHLC stats of a token traded on Pancakeswap. -▶️[Token OHLC](https://ide.bitquery.io/OHLC-of-a-Token-on-pancake_swap_v3) +The 'StartAuction' event is triggered when an NFT auction starts on the Blur : Blend Contract. The following. -#### Get Price Change 5min, 1h, 6h and 24h of a specific BSC token +▶️ [Auction on blur marketplace](https://ide.bitquery.io/Auction-on-blur-marketplace) -This query gets you Price Change 5min, 1h, 6h and 24h of a specific token on the BSC network. -▶️ [Get Price Change 5min, 1h, 6h and 24h of a specific token](https://ide.bitquery.io/Price-change-5min-1hr-6hr-precentage-of-a-specific-token_3) +#### Creator_of_an_NFT -#### Top 10 BSC Tokens by Price Change in last 1h +Creator_of_an_NFT. -This query gets you top 10 BSC Tokens by Price Change in last 1h. -▶️ [Top 10 BSC Tokens by Price Change in last 1h](https://ide.bitquery.io/Top-10-bsc-tokens-by-price-change-in-last-1-hr) +▶️ [Creator_of_an_NFT](https://ide.bitquery.io/Creator_of_an_NFT) -#### Top Gainers on BSC +#### Latest Cancelled offers on Blur NFT marketplace -Get Top Gainers for the BSC network. -▶️[Top Gainers](https://ide.bitquery.io/bsc-top-gainers) +On the BLUR market, the 'OfferCancelled' event initiates when an offer is withdrawn or cancelled. The following. -#### FourMeme 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders +▶️ [Latest Cancelled offers on Blur NFT marketplace](https://ide.bitquery.io/Latest-Cancelled-offers-on-Blur-NFT-marketplace) -Track token activity (OHLC, price, volume) every 1 second on FourMeme DEX (BSC). -▶️ [FourMeme 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/FourMeme-DEX-tokens-1-second-price-stream-with-OHLC) +#### Latest Loans for a specific borrower on Blur marketplace -### Token Analytics +Same as previous queries, this query will return details about the block, transaction, log, and arguments. By modifying the 'Arguments.includes' filter, you can track loan activities for different NFT collections on the Blur marketplace. -#### Get Total Supply and Marketcap of an ERC20 token +▶️ [Latest Loans for a specific borrower on Blur marketplace](https://ide.bitquery.io/Latest-Loans-for-a-specificborrower-on-Blur-marketplace) -Get Total Supply and Marketcap of an ERC20 token. -▶️ [Get Total Supply and Marketcap of an ERC20 token](https://ide.bitquery.io/Total-Supply-and-onchain-Marketcap-of-a-specific-token-bsc_1) +#### Latest Seized NFTs on Blur marketplace -#### BSC Token Holders +When a seizure event happens, control of the NFT shifts to the lender or an enforcing third party. The. -This query returns the top `50` holders of a given BEP-20 token. -▶️[BSC Token Holders](https://ide.bitquery.io/Top-10-holders-of-a-token-on-BSC) +▶️ [Latest Seized NFTs on Blur marketplace](https://ide.bitquery.io/Latest-Seized-NFTs-on-Blur-marketplace) -#### Trading Pairs on a BSC DEX +#### Latest loans for specific NFT token -Get all trading pairs present on a BSC network DEX. -▶️[Trading Pairs](https://ide.bitquery.io/trading-pairs-on-BNB-by-USD-volume) +Latest loans for specific NFT token. -### Slippage APIs +▶️ [Latest loans for specific NFT token](https://ide.bitquery.io/Latest-loans-for-specific-NFTtoken) -#### Latest Slippage for a Specific Pool +#### Loan history for specific NFT ID -This query retrieves the latest slippage data for a specific DEX pool on BSC. Use this to check current liquidity depth and price impact for a particular token pair. +Loan history for specific NFT ID. -▶️ [Latest Slippage for a Specific Pool](https://ide.bitquery.io/Latest-slippage-of-a-pool-on-Pancakeswap) +▶️ [Loan history for specific NFT ID](https://ide.bitquery.io/Loan-history-for-specific-NFTID) -### Liquidity APIs +#### Loan repayment of blur marketplace -#### Latest Liquidity Changes of a Specific Pool +For loan repayment transactions on the BLUR market, use the. -This query retrieves the latest liquidity events for a specific DEX pool on BSC. Use this to check current pool reserves, spot prices, and recent liquidity changes for a particular token pair. +▶️ [Loan repayment of blur marketplace](https://ide.bitquery.io/Loan-repayment-of-blur-marketplace) -▶️ [Latest Liquidity Changes of a Specific Pool](https://ide.bitquery.io/Latest-Liquidity-Changes-of-a-Specific-Pool_2#) +#### Loans above a specific amount on the Blur NFT marketplace -### Four Meme APIs +If we want to track loans above a specific amount on the Blur marketplace, we can use the following. -#### Stream Real-time MarketCap of FourMeme Tokens +▶️ [Loans above a specific amount on the Blur NFT marketplace](https://ide.bitquery.io/Loans-above-a-specific-amount-on-the-Blur-NFT-marketplace) -Real-time market cap stream with OHLC for FourMeme tokens at 1-second intervals. Market cap is calculated from price using fixed 1 billion supply. -▶️[Real-time Mcap](https://ide.bitquery.io/Real-Time-Marektcap-and-price-for-Four-meme-tokens) +#### Locked NFT bought on Blur marketplace -#### Trade Metrics of a Four Meme Token +Locked NFTs are temporarily non-transferrable and can be traded or transferred after the lock period. These NFTs are often cheaper than non-locked. The following. -This query returns the traded volume and number of trades for a particular Four Meme token in different time frames, namely 24 hours, 1 hour and 5 minutes. -▶️[Token Trade Metrics](https://ide.bitquery.io/volume-and-trades-for-a-token-in-different-time-frames_1) +▶️ [Locked NFT bought on Blur marketplace](https://ide.bitquery.io/Locked-NFT-bought-on-Blur-marketplace) -#### Get Newly Created Tokens on Four Meme +## Polymarket -This query retrieves newly created tokens on Four Meme by listening to the `TokenCreate` event. The response provides token information including creator address, token contract address, name, symbol, total supply, and launch details. -▶️[Get Newly Created Tokens](https://ide.bitquery.io/track-Four-meme-token-creation-using-events) +### Trades -#### Track Four Meme Token migrations to PancakeSwap +#### Latest Trades -This query tracks four meme token migrations to Pancakeswap in realtime by monitoring transactions sent to the Four Meme factory address and filtering for `PairCreated` and `PoolCreated` events. These events are emitted when a token graduates from Four Meme and migrates to Pancakeswap. -▶️[Track Four meme migrations](https://ide.bitquery.io/four-meme-migration-to-pancakeswap) +Fetch the most recent prediction market trades with full details, ordered by block time. -#### Get Dev and Age of Four Meme Token +▶️ [Latest Trades](https://ide.bitquery.io/latest-prediction-market-trades_8) -Below query retrieves the Dev address and time when a Four Meme Token was created. -▶️[Get Dev and Age of Four Meme Token](https://ide.bitquery.io/get-dev-and-age-of-a-four-meme-token) +#### Total Volume and Yes/No Volume for a Market -## TRON +Aggregate USD volume for a market over a time window: total volume plus volume per outcome (e.g. Yes/No). Pass the market's outcome token AssetIds in `$marketAssets`. -### Real Time Balance APIs +▶️ [Total Volume and Yes/No Volume for a Market](https://ide.bitquery.io/total-volume-outcome-1-volume-outcome-2-volume-of-a-market_1) -#### Current Balance of a Wallet +#### Trades for a Specific Trader -This query returns the current balance of a wallet for all currencies on the TRON network. -▶️ [TRON Balance of a Wallet](https://ide.bitquery.io/Tron-Wallet-Balance) +Fetch all trades where the given address is either Buyer or Seller. Pass the trader address as the `$trader` variable. -### Historical Tron Balance APIs +▶️ [Trades for a Specific Trader](https://ide.bitquery.io/Trades-for-a-specific-trader_1) -#### Historical Balance of a Wallet for a Currency +#### How do I count trades for a specific Polymarket trader? -This query returns the current balance of a wallet for all currencies on the TRON network. -▶️ [TRON Balance for a Currency](https://ide.bitquery.io/Historical-Tron-Wallet-Balance-for-a-currency) +Use `PredictionTrades` with `any` filter on `Buyer` or `Seller` to return the total trade count for a wallet. Add `ProtocolName: "polymarket"` to restrict to Polymarket only. Replace the address with your target wallet. -### Real Time Transfers +▶️ [How do I count trades for a specific Polymarket trader?](https://ide.bitquery.io/How-do-I-count-trades-for-a-specific-Polymarket-trader) -#### Latest TRON Transfers +#### How do I get top buyers and sellers on Polymarket by volume? -This query returns the most recent transfers on the TRON network and includes details such as token amount transferred, sender, receiver, and token info. -▶️ [TRON Transfers](https://ide.bitquery.io/Tron-transfer_10_1) +Use `PredictionTrades` with `limitBy` and `sum(of: Trade_OutcomeTrade_CollateralAmountInUSD)` grouped by Buyer (or Seller) to rank the top 100 wallets by volume over the last 5 days. Useful for leaderboards, whale tracking, and trader analytics. -### Historical Transfers +▶️ [How do I get top buyers and sellers on Polymarket by volume?](https://ide.bitquery.io/How-do-I-get-top-buyers-and-sellers-on-Polymarket-by-volume) -#### Historical TRON Transfers for a Wallet +#### Latest prediction market trades -This query returns the historical transfers for a wallet in a given time window on the TRON network and includes details such as token amount transferred, sender, receiver, and token info. -▶️ [TRON Transfers](https://ide.bitquery.io/Historical-Tron-transfers-for-a-wallet) +Fetch the most recent prediction market trades with full details, ordered by block time. -### Real Time Trades +▶️ [Latest prediction market trades](https://ide.bitquery.io/latest-prediction-market-trades) -#### Tron DEX Trades +#### Prediction_trades -This query returns the latest trades on the TRON network from a trader perspective. -▶️ [TRON DEX Trades](https://ide.bitquery.io/Tron-Trades) +Prediction_trades. -#### Tron Dex Trade By Tokens +▶️ [Prediction_trades](https://ide.bitquery.io/prediction_trades) -This query returns the latest token trades on the TRON network. -▶️ [DexTrade By Tokens](https://ide.bitquery.io/Tron-trades-for-a-token) +#### Top 100 markets by volumein last24 hrs -### Historical Trades +Rank Polymarket markets by buy + sell collateral USD, with buy/sell breakdown, trade count, distinct buyers/sellers, and optional resolution join. Uses `limitBy: Trade_Prediction_Question_Id` so each row is one market. -#### Historical Tron Token Trades within 30 Days +▶️ [Top 100 markets by volumein last24 hrs](https://ide.bitquery.io/top-100-markets-by-volumein-last24-hrs_1) -This query returns the historical trades on the TRON network for a token with the time window of past 30 days. -▶️ [Historical TRON Token Trades](https://ide.bitquery.io/Historical-Tron-trades-for-a-token-within-30-days) +#### Top AI markets by volume Polymarket -#### Historical Tron Token Trades beyond 30 Days +Returns AI markets (title includes the standalone word " AI ") ranked by USD trading volume in the last 24 hours, with buyer and seller counts. Adjust `time_ago`, `limit`, and the title keyword as needed. -This query returns the historical token trades on the TRON network for time window beyond 30 days. -▶️ [Historical Token Trades beyond 30 Days](https://ide.bitquery.io/Historical-tron-token-trades-beyond-30-days) +▶️ [Top AI markets by volume Polymarket](https://ide.bitquery.io/Top-AI-markets-by-volume-Polymarket) -## Bitcoin +#### Top Buyers/Sellers of Bitcoin up down market -### Balance APIs +Returns the top 10 buyers and top 10 sellers by traded volume in Bitcoin Up or Down markets on Polymarket over the last 24 hours. Results are aggregated by trader address and ordered by `buy_amount` (buyers) or `sell_amount` (sellers). -#### Bitcoin Balance API +▶️ [Top Buyers/Sellers of Bitcoin up down market](https://ide.bitquery.io/Top-BuyersSellers-of-Bitcoin-up-down-market) -Retrieve the total incoming and outgoing transactions for a specific Bitcoin wallet. The balance is calculated as: Balance = Total Output - Total Input. You can also specify a date to get the historical balance. +### Markets -▶️ [Bitcoin Balance API](https://ide.bitquery.io/Bitcoin-balance-using-input-outputs) +#### Created vs Resolved Count (Last 24 Hours) -#### Bitcoin Balance for multiple addresses +Count how many Created and Resolved events occurred in the last 24 hours. -This query calculates the combined balance of multiple Bitcoin wallet addresses by summing their total inflows and outflows: Balance = Total Output - Total Input. You can also set a date to get balances as of a specific point in time. +▶️ [Created vs Resolved Count (Last 24 Hours)](https://ide.bitquery.io/last-24-hr-resolution-and-ceated-count_1) -▶️ [Bitcoin Balance for multiple addresses](https://ide.bitquery.io/BTC-balance-api-for-multiple-addresses) +#### Latest Creations + Resolutions -### Transfers +Fetch the most recent creation and resolution events with full details, ordered by block time. -#### Inflows and Outflows of a wallet +▶️ [Latest Creations + Resolutions](https://ide.bitquery.io/latest-Prediction-managements-resolutions-creations_1) -This API returns all incoming and outgoing transactions for a specific Bitcoin wallet address. +#### Latest Market Creations -▶️ [Inflows and Outflows of a wallet](https://ide.bitquery.io/Inflows-and-Outflow-of-a-bitcoin-wallet) +Fetch the most recent Created events (new markets). All possible outcomes per market are in Prediction.Condition.Outcomes. -### Price Data +▶️ [Latest Market Creations](https://ide.bitquery.io/latest-polymarket-creations_1) -#### Latest Bitcoin Price +#### Latest Market Resolutions -You can stream Bitcoin price at 1-second interval using the [Crypto Price APIs](/docs/trading/crypto-price-api/introduction/). +Query that returns the 10 most recent Resolved events. Winning outcome is in Prediction.Outcome; Prediction.OutcomeToken holds the asset ID and contract details. -▶️ [Bitcoin Price Stream](https://ide.bitquery.io/Stream-Bitcoin-Price-Across-Chains) +▶️ [Latest Market Resolutions](https://ide.bitquery.io/latest-polymarket-resolutions_2) -### Transactions +#### Latest Prediction managements (resolutions, creations) -#### Details of Bitcoin Transaction +Fetch the most recent creation and resolution events with full details, ordered by block time. -This API provides comprehensive details of a specific Bitcoin transaction in a single query. +▶️ [Latest Prediction managements (resolutions, creations)](https://ide.bitquery.io/latest-Prediction-managements-resolutions-creations) -▶️ [Details of Bitcoin Transaction](https://ide.bitquery.io/Details-of-Bitcoin-Transaction) +#### Latest polymarket creations -## Cardano +Fetch the most recent Created events. For each market, all possible outcomes are listed under Prediction.Condition.Outcomes. -### Balance APIs +▶️ [Latest polymarket creations](https://ide.bitquery.io/latest-polymarket-creations) -#### Cardano Balance +#### Latest polymarket resolutions -This query returns the current balance of a user on Cardano network. -▶️ [Cardano Balance](https://ide.bitquery.io/cardano-address-balance_1) +Latest polymarket resolutions. -### Transfers +▶️ [Latest polymarket resolutions](https://ide.bitquery.io/latest-polymarket-resolutions_1) -#### Cardano Transfers +#### Latest resolved crudeoil markets -This query returns the latest transfers on Cardano network. -▶️ [Cardano Transfers](https://ide.bitquery.io/Cardano-Transfers_1) +Returns the 10 most recent Resolved events for Polymarket Crude Oil markets. -#### Cardano User Transfers +▶️ [Latest resolved crudeoil markets](https://ide.bitquery.io/latest-resolved-crudeoil-markets) -This query returns the latest transfers for a useron Cardano network. -▶️ [Cardano User Transfers](https://ide.bitquery.io/cardano-transfers-of-a-wallet) +#### Latest resolved sports markets -### OHLC & Price Data +Returns the 10 most recent Resolved sports markets (management description includes `"sports"`), including the resolved/winning Outcome and full question metadata. Use this to grade results and settle bets. -#### Cardano Price +▶️ [Latest resolved sports markets](https://ide.bitquery.io/Latest-resolved-sports-markets) -This query returns the latest price of Cardano on Cardano Network. -▶️ [Cardano Price](https://ide.bitquery.io/latest-cardano-price) +#### Query latest created resolved prediction markets for Bitcoin -## Ripple +Query latest created resolved prediction markets for Bitcoin. -### Balance APIs +▶️ [Query latest created resolved prediction markets for Bitcoin](https://ide.bitquery.io/Query-latest-created-resolved-prediction-markets-for-Bitcoin) -#### Ripple Historical Balance +### Settlements + +#### Latest Settlements + +Fetch the most recent settlements with full details, ordered by block time. + +▶️ [Latest Settlements](https://ide.bitquery.io/latest-prediction-market-settlements_3) + +#### Latest Whale Settlements + +Find the most recent high-value redemptions (e.g. amount ≥ 10,000 in outcome token units). Useful for tracking large payouts and whale activity. + +▶️ [Latest Whale Settlements](https://ide.bitquery.io/latest-whale-settlements-on-prediction-market_3) -This query returns all historical balance of an address on Ripple network. -▶️ [Ripple Balance](https://ide.bitquery.io/historical-balances-of-a-ripple-address) +#### Redemption / Merge / Split Count (Last 1 Hour) + +Count how many settlement events occurred in the last hour, grouped by event signature (Split, Merge, Redemption). + +▶️ [Redemption / Merge / Split Count (Last 1 Hour)](https://ide.bitquery.io/redemptions-merge-split-count-in-last-1-hour_1) + +#### Top 10 Market Questions by Redeemed Amount (Last 1 Hour) + +Aggregate redemptions by market question and sort by total redeemed amount. See which markets had the most payout activity recently. + +▶️ [Top 10 Market Questions by Redeemed Amount (Last 1 Hour)](https://ide.bitquery.io/top-10-market-questions-in-last-1-hour_3) + +#### Top 10 Redeemers (Last 1 Hour) + +Rank addresses by total amount redeemed in the last hour across all markets. Useful for leaderboards and whale tracking. + +▶️ [Top 10 Redeemers (Last 1 Hour)](https://ide.bitquery.io/top-10-redeemers_1) + +#### Top 10 Winners of a Specific Market Question + +Rank holders by total redeemed amount for one market (filter by question title). + +▶️ [Top 10 Winners of a Specific Market Question](https://ide.bitquery.io/top-10-winners-of-a-market-question_2) + +#### Latest prediction market settlements + +Fetch the most recent settlements with full details, ordered by block time. + +▶️ [Latest prediction market settlements](https://ide.bitquery.io/latest-prediction-market-settlements_2) + +#### Latest whale settlements on prediction market + +Find the most recent high-value redemptions (e.g. amount ≥ 10,000 USD). Useful for tracking large payouts and whale activity. + +▶️ [Latest whale settlements on prediction market](https://ide.bitquery.io/latest-whale-settlements-on-prediction-market_2) + +#### Redemptions, merge, split count in last 1 hour + +Count how many settlement events occurred in the last hour, grouped by event signature (Split, Merge, Redemption). + +▶️ [Redemptions, merge, split count in last 1 hour](https://ide.bitquery.io/redemptions-merge-split-count-in-last-1-hour) + +#### Top 10 redeemers + +Rank addresses by total amount redeemed in the last hour across all markets. Useful for leaderboards and whale tracking. + +▶️ [Top 10 redeemers](https://ide.bitquery.io/top-10-redeemers) ### Transfers -#### Ripple Historical Transfers +#### Freshwallet check for polymarket -This query returns all the historical transfers done by a specific address on the Ripple network. -▶️ [Ripple Transfers](https://ide.bitquery.io/All-historical-transfers-of-an-individual-address) +Look up the buyer's earliest on-chain activity. If the wallet's first transfer is close to the time of its first big bet, it is a fresh wallet and scores high. Replace the address with the buyer from Step 1. -### Trades +▶️ [Freshwallet check for polymarket](https://ide.bitquery.io/freshwallet-check-for-polymarket) -#### Ripple Token DEX Trades +#### FundingSource for poylmarket -This query returns the latest trades of a currency on the Ripple network. -▶️ [Ripple Token DEX Trades](https://ide.bitquery.io/trades-for-CNY-on-ripple) +FundingSource for poylmarket. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. Needs the historical data add-on — see the comment at the top of the query. -### Transactions +▶️ [FundingSource for poylmarket](https://ide.bitquery.io/FundingSource-for-poylmarket) -#### Transaction Details using Hash +#### SiblingWallets for polymarket -This query uses transaction hash and date range as filter to fetch tx details. +Take the funder from Step 3 and list every other wallet it funded. Wallets sharing a funder are likely controlled by the same operator. A large cluster placing correlated bets is a strong signal. -▶️ [XRPL Transaction Details](https://ide.bitquery.io/xrpl-search-tx-details) +▶️ [SiblingWallets for polymarket](https://ide.bitquery.io/SiblingWallets-for-polymarket) -#### Ripple Payments +### Balances & Holders -This query returns the latest payments on Ripple network. -▶️ [Ripple Payments](https://ide.bitquery.io/Latest-payments-on-ripple-blockchain) +#### Polymarket TVL -## Cosmos +Summarize USDC.e (`0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174`) held by Conditional Tokens and neg-risk wrapped collateral contracts. Extend the `Address` list if you track additional custodians. -### Balance APIs +▶️ [Polymarket TVL](https://ide.bitquery.io/Polymarket-TVL) -#### Cosmos address balance and staking reward details +### Price & OHLC -This query provides balance and staking reward information for the Cosmos blockchain. -▶️ [Cosmos address balance and staking reward details](https://ide.bitquery.io/Cosmos-balance-staking-rewards-of-an-address) +#### Current Price per Outcome (Latest Trade) -## NFT APIs +Get the latest trade price for each outcome in a market. Uses `limitBy` for one row per outcome, with Price and PriceInUSD at the most recent block time. -#### Get NFTs a specific wallet holds +▶️ [Current Price per Outcome (Latest Trade)](https://ide.bitquery.io/Current-price-inside-the-market-for-all-options-based-on-latest-trade_1) -Get NFTs owned by a given address. -▶️ [Get NFTs by wallet](https://ide.bitquery.io/Get-NFTs-by-wallet_1) +#### Current price inside the market for all options based on latest trade -#### Get NFTs a contract holds +Get the latest trade price for each outcome in a market (e.g. Yes/No, Up/Down—each market defines its own outcome labels). -Get NFTs for a given contract address, including metadata for all NFTs (where available). -▶️ [Get NFTs by contract](https://ide.bitquery.io/Get-NFTs-by-wallet_1) +▶️ [Current price inside the market for all options based on latest trade](https://ide.bitquery.io/Current-price-inside-the-market-for-all-options-based-on-latest-trade) -#### Get NFT metadata +#### Latest price of outcomes of a crude oil market -Get NFT data, including metadata (where available), for the given NFT contract address. -▶️ [Get NFT metadata](https://ide.bitquery.io/Get-NFT-metadata) +Returns the latest trade price (and price in USD) per outcome for a single market by `MarketId`. Replace `"1570893"` with the target Crude Oil market ID from Polymarket or from the creation/resolution queries above. -#### Get Metadata for Multiple NFT Contracts +▶️ [Latest price of outcomes of a crude oil market](https://ide.bitquery.io/latest-price-of-outcomes-of-a-crude-oil-market) -Get the metadata for a given list of contract addresses. -▶️ [Get Metadata for Multiple NFT Contracts](https://ide.bitquery.io/Get-Metadata-for-Multiple-NFT-Contracts_1) +#### OHLC of a outcome of a gold market -#### Get NFT transfers by wallet +Returns OHLC (Open, High, Low, Close) in USD for one outcome of a Gold market, bucketed by time (e.g. 1-minute intervals). Replace `MarketId` `"1606192"` and outcome `"Down"` with the desired market and outcome label (e.g. `"Up"` or `"Down"`). -Get transfers of NFTs given the wallet. -▶️ [Get NFT transfers by wallet](https://ide.bitquery.io/latest-nft-transfers-by-a-user) +▶️ [OHLC of a outcome of a gold market](https://ide.bitquery.io/OHLC-of-a-outcome-of-a-gold-market) -#### Get NFT owners by contract +#### Polymarket AI odds movement OHLC -Get owners of NFTs for a given contract. -▶️ [Get NFT owners by contract](https://ide.bitquery.io/top-token-holders-of-Moonwalker-NFT) +Returns OHLC (Open, High, Low, Close) in USD for one outcome of an AI market, bucketed by interval (here 5 minutes). It shows how the implied probability moved over time, and powers charts and backtests. Replace `""` and `""` -#### Get NFT owners by token ID +▶️ [Polymarket AI odds movement OHLC](https://ide.bitquery.io/Polymarket-AI-odds-movement-OHLC) -Get owners of a specific NFT given the contract address and token ID. -▶️ [Get NFT owners by token ID](https://ide.bitquery.io/Who-owns-specific-NFT) +#### Polymarket sports odds movement OHLC -#### Get Latest NFT Balance for an Address +Returns OHLC (Open, High, Low, Close) in USD for one outcome of a game, bucketed by interval (here 5 minutes). It shows how the win probability moved over time, and powers line-movement charts and strategy backtests. -Get the latest NFT balance for a specific address and NFT collection. This query returns the current NFT count and ownership information. -▶️ [Get Latest NFT Balance for an Address](https://ide.bitquery.io/Get-Latest-NFT-Balance-for-an-Address) +▶️ [Polymarket sports odds movement OHLC](https://ide.bitquery.io/Polymarket-sports-odds-movement-OHLC) -#### Get All NFT Collections for an Address +### Liquidity & Pools -Retrieve all NFT collections held by a specific address. This query returns balances for all NFT collections the address owns. -▶️ [Get All NFT Collections for an Address](https://ide.bitquery.io/Get-All-NFT-Collections-for-an-Address_1) +#### Top cricket Markets by Liquidity -#### Get NFT Owner for Specific Token ID +Returns the top 100 cricket related polymarkets sorted by liquidity position in the past 24 hours. -Check the current owner of a specific NFT token ID. This query returns ownership information for a particular token. -▶️ [Get NFT Owner for Specific Token ID](https://ide.bitquery.io/Get-NFT-Owner-for-Specific-Token-ID) +▶️ [Top cricket Markets by Liquidity](https://ide.bitquery.io/Top-cricket-Markets-by-Liquidity) -#### Get NFT trades for a specific NFT contract on specific marketplace +#### Top FIFA World Cup Markets by Liquidity -Get trades of NFTs for a given contract and marketplace. -▶️ [Get NFT trades by contract](https://ide.bitquery.io/Get-NFT-trades-by-contract) +Returns the top 100 FIFA World Cup related polymarkets sorted by liquidity position in the past 24 hours. Here `position` is the metric used for sorting, hence it could be regarded as the liquidity position of the particular market. -#### Get NFT trades for a specific NFT contract and token ID +▶️ [Top FIFA World Cup Markets by Liquidity](https://ide.bitquery.io/Top-FIFA-World-Cup-Markets-by-Liquidity) -Get trades of NFTs for a given contract and token ID. -▶️ [Get NFT trades by token](https://ide.bitquery.io/Get-NFT-trades-by-token) +## Futures DEXs -#### Get NFT trades by wallet +### Trades -Get trades of NFTs for a given wallet. -▶️ [Get NFT trades by wallet](https://ide.bitquery.io/Get-trades-of-NFTs-for-a-given-wallet) +#### All events of AsterDEX -#### Get all NFTs in a collection +Monitor all events emitted by the AsterDEX contract to track all platform activities. -Get all NFTs in a collection. -▶️ [Get all NFTs in a collection](https://ide.bitquery.io/Get-all-NFTs-for-a-collection) +▶️ [All events of AsterDEX](https://ide.bitquery.io/All-events-of-AsterDEX) -#### Latest NFT Trades +#### AsterDEX - All latest Liquidations -This query gets the latest 10 NFT trades on Ethereum mainnet. You can increase the limit to whatever you like, up to 25,000. Currently, it only retrieves data from the real-time database. To include historical data, use `dataset: combined`. -▶️ [Latest NFT Trades](https://ide.bitquery.io/Latest-NFT-trades-on-ETH) +When there is a liquidation event on AsterDEX, it emits `ExecuteCloseSuccessful` event with `executionType` 2. -#### Top Traded NFTs in a Period +▶️ [AsterDEX - All latest Liquidations](https://ide.bitquery.io/AsterDEX---All-latest-Liquidations) + +#### AsterDEX - OpenMarketTrade + +AsterDEX - OpenMarketTrade. Uses the `Events` cube. Replace the address in the `where` clause to use it. + +▶️ [AsterDEX - OpenMarketTrade](https://ide.bitquery.io/AsterDEX---OpenMarketTrade) + +#### Trader's specific event + +You can look for `Transaction -> From` or in some cases the address might be in arguments, for example. + +▶️ [Trader's specific event](https://ide.bitquery.io/Traders-specific-event) + +#### Traders data - 0x01554d63537d3c62715826a268d4eab645d64b92 + +You can actually merge these two queries. Here is an example. + +▶️ [Traders data - 0x01554d63537d3c62715826a268d4eab645d64b92](https://ide.bitquery.io/Copy-of-Traders-data---0x01554d63537d3c62715826a268d4eab645d64b92) + +#### Traders data - 0x2b7363708984aa25a90450cfca7bedaf6804115c + +Using Bitquery's APIs you can follow specific traders on AsterDEX to check all their latest activities. + +▶️ [Traders data - 0x2b7363708984aa25a90450cfca7bedaf6804115c](https://ide.bitquery.io/Traders-data---0x2b7363708984aa25a90450cfca7bedaf6804115c) -This query gets the top 10 traded NFTs based on the number of trades within a specified date range. You can change the filters such as the date range and limit. -▶️ [Top Traded NFTs](https://ide.bitquery.io/Top-traded-NFT-tokens-in-a-month) +## x402 -## x402 APIs +### Trades + +#### Payment Analytics for x402 Server on Solana + +Payment Analytics for x402 Server on Solana. Replace the address in the `where` clause to use it. -### Base +▶️ [Payment Analytics for x402 Server on Solana](https://ide.bitquery.io/Payment-analytics-related-specific-x402-server-on-Solana) + +### Transfers #### Get Latest Payments to x402 Server -Retrieves the most recent payments made to a specific x402 server on Base network. -▶️ [Latest Payment to x402 Server](https://ide.bitquery.io/Latest-payment-to-specific-x402-server) +Get Latest Payments to x402 Server. Uses the `Transfers` cube. + +▶️ [Get Latest Payments to x402 Server](https://ide.bitquery.io/Latest-payment-to-specific-x402-server) + +#### Get Latest Payments to x402 Server on Solana + +Get Latest Payments to x402 Server on Solana. Uses the `Transfers` cube. Replace the address in the `where` clause to use it. + +▶️ [Get Latest Payments to x402 Server on Solana](https://ide.bitquery.io/Latest-Payment-to-specific-x402-server-taking-solana-payments) #### Payment Analytics for x402 Server Comprehensive payment analytics including total volume, unique users, transaction counts, and time-based breakdowns for a specific x402 server. + ▶️ [Payment Analytics for x402 Server](https://ide.bitquery.io/Payment-analytics-related-specific-x402-server) -### Solana +## Cross-Chain -#### Get Latest Payments to x402 Server on Solana +### Trades + +#### Volume of Multiple Tokens Across Different Chains -Retrieves the most recent payments made to a specific x402 server on Solana network. -▶️ [Latest Payment to x402 Server on Solana](https://ide.bitquery.io/Latest-Payment-to-specific-x402-server-taking-solana-payments) +Get volume and price change data for multiple tokens trading on different chains (Solana, Ethereum, BSC, Tron) in a single query. Returns volume for 1h, 4h, and 24h periods, plus price change percentages. > **Note:** For EVM chains (Ethereum, BSC, etc.) in the Trading API, use **all lowercase… -#### Payment Analytics for x402 Server on Solana +▶️ [Volume of Multiple Tokens Across Different Chains](https://ide.bitquery.io/volume-of-a-token_2) -Comprehensive payment analytics for a specific x402 server on Solana including total volume, unique users, and transaction counts. -▶️ [Payment Analytics for x402 Server on Solana](https://ide.bitquery.io/Payment-analytics-related-specific-x402-server-on-Solana) +### Price & OHLC + +#### Latest Price of Any Token + +This query gives you bitcoin currency 1-sec OHLC across different blockchains. You can adjust duration in `Duration: {eq: 1}` filter. + +▶️ [Latest Price of Any Token](https://ide.bitquery.io/Latest-bitcoin-price-on-across-chains_5) + +#### OHLC of a currency on multiple blockchains + +This query retrieves the OHLC (Open, High, Low, Close) prices of a currency(in this eg Bitcoin; it will include all sorts of currencies whose underlying asset is Bitcoin like cbBTC, WBTC, etc) across all supported blockchains, aggregated into a given time interval (e.g., 60 seconds in this example). + +▶️ [OHLC of a currency on multiple blockchains](https://ide.bitquery.io/OHLC-of-a-currency-on-multiple-blockchains_2) + +#### SMA and Volume Data (for past 28, 14 and 7 Days Time) + +Use this API to get SMA and volume over the past 28 days, with 14 days, and 7 days breakdowns. Note that the oldest possible data it could return is 30 days ago. + +▶️ [SMA and Volume Data (for past 28, 14 and 7 Days Time)](https://ide.bitquery.io/multiple-tokens-volume-and-SMA) + +#### Historical OHLC of a Token Pair Across Chains + +This query fetches historical OHLC (Open, High, Low, Close) price data for a token pair across different blockchains for as long back as 30 days. For **native tokens**, you only need to specify their ID (e.g., `bid:eth` for ETH). + +▶️ [Historical OHLC of a Token Pair Across Chains](https://ide.bitquery.io/Historical-Token-OHLC-Multi-Chains_1) + +#### Historical Price and Volume Data for a Token Pair beyond 30 days + +Use this API to get historical price and volume for a specific token pair address on a specific network for the time window beyond the 30 days. + +▶️ [Historical Price and Volume Data for a Token Pair beyond 30 days](https://ide.bitquery.io/historical-price-and-historical-volume) + +#### All time High Trade Price for a Token + +Retrieves the all-time high (ATH) price in USD for a specified token contract. All time high price could lie beyond the 30 days window provided by Trading API, hence we use these network specific APIs to get the ATH for a token. While this provides the option to go beyond the 30 days time… + +▶️ [All time High Trade Price for a Token](https://ide.bitquery.io/ATH-of-eth-token_1) diff --git a/docs/start/starter-subscriptions.md b/docs/start/starter-subscriptions.md index bad91f37..613f59db 100644 --- a/docs/start/starter-subscriptions.md +++ b/docs/start/starter-subscriptions.md @@ -1,717 +1,2541 @@ --- -title: "Starter GraphQL Subscriptions" -description: "Starter GraphQL Subscriptions: practical Bitquery setup guidance with examples for authentication, endpoints, and first queries." +title: "Starter Subscriptions - Bitquery Real-Time Streams by Chain" +description: "Curated, tested Bitquery GraphQL subscriptions organised by chain and data type — real-time trades, transfers, balances, prices and liquidity streams." +keywords: + [ + "Bitquery subscriptions", + "real-time blockchain data", + "GraphQL subscriptions", + "WebSocket streams", + "Bitquery IDE" + ] --- # Starter Subscriptions -Below is a set of subscriptions that are curated for you to get started with Bitquery. +Every subscription below is saved in the [Bitquery IDE](https://ide.bitquery.io) and was opened against the live WebSocket endpoint before publishing. Streams are always real time; for historical data see the [Starter Queries](/docs/start/starter-queries/). ## Table of Contents -- [Cross-Chain / Multi-Chain APIs](#cross-chain--multi-chain-apis) -- [Polymarket](#polymarket) - [Ethereum](#ethereum) - [Solana](#solana) +- [BSC](#bsc) - [Base](#base) -- [Robinhood Chain](#robinhood-chain) -- [BSC (Binance Smart Chain)](#bsc-binance-smart-chain) +- [Arbitrum](#arbitrum) +- [Optimism](#optimism) +- [Polygon](#polygon) - [TRON](#tron) -- [NFT Streams](#nft-streams) -- [x402 Streams](#x402-streams) +- [Robinhood Chain](#robinhood-chain) +- [Bitcoin](#bitcoin) +- [Trading API](#trading-api) +- [Stablecoins](#stablecoins) +- [Perpetuals](#perpetuals) +- [NFTs](#nfts) +- [Polymarket](#polymarket) +- [x402](#x402) +- [Cross-Chain](#cross-chain) -## Cross-Chain / Multi-Chain APIs +## Ethereum -#### Crypto Price Stream +### Trades -This subscription gives you 1-second OHLC, mean price, averages for all tokens across Solana, Ethereum, BNB, Tron. +#### All DEX trades -▶️ [Crypto Price Stream](https://ide.bitquery.io/1-second-crypto-price-stream-with-mcap) +Every Ethereum DEX trade as it happens. Add a `where` filter to narrow to a token or protocol. -#### Stablecoin 1 sec Price Stream +▶️ [All DEX trades](https://ide.bitquery.io/All-Ethereum-Trade-Stream_1) -This subscription gives you 1-second OHLC, mean price, averages for all stablecoins including USDC, USDT, DAI, USDS etc. +#### All swap events -▶️ [Stablecoin Price Stream](https://ide.bitquery.io/stablecoin-1-second-price-stream) +Provides information on the latest real-time swap events on Ethereum. You can run it. -## Polymarket +▶️ [All swap events](https://ide.bitquery.io/all-swap-events) -### Prediction Market Trades +#### Get pair trades data just like dexcsreener -#### Real-Time Trades Stream +Will subscribe to real-time trade transactions for a pair, providing a continuous stream of data as new trades are processed and recorded. -Subscribe to live prediction market trades as they occur on Polygon (successful transactions only). -▶️ [Prediction Market Trades Stream](https://ide.bitquery.io/prediction-market-trades-subscription) +▶️ [Get pair trades data just like dexcsreener](https://ide.bitquery.io/Get-pair-trades-data-just-like-dexcsreener) -#### Trades for a Specific Market (Stream) +#### Get pair trades data just like geckoterminal -Subscribe to trades for one market only by filtering on Question.MarketId. Replace the market ID in the query with your target market. -▶️ [Subscribe to Specific Market Trades](https://ide.bitquery.io/subscribe-to-specific-market-trades) +Will subscribe to real-time trade transactions for a pair, providing a continuous stream of data as new trades are processed and recorded. -### Prediction Market Managements +▶️ [Get pair trades data just like geckoterminal](https://ide.bitquery.io/Get-pair-trades-data-just-like-geckoterminal) -#### Real-Time Management Stream (Creations + Resolutions) +#### Latest token trades subscription -Subscribe to all prediction market lifecycle events (Created and Resolved) as they occur on Polygon. -▶️ [Prediction Managements Stream](https://ide.bitquery.io/Prediction-Managements-subscription-resolutions-creations) +Latest token trades subscription. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. -#### Real-Time Market Creations +▶️ [Latest token trades subscription](https://ide.bitquery.io/latest-token-trades-subscription) -Subscribe only to new market (Created) events. -▶️ [Realtime Market Creations](https://ide.bitquery.io/track-realtime-new-polymarket-creations) +#### Pepe live trades stream -#### Real-Time Market Resolutions +Every PEPE DEX trade as it is confirmed on-chain in real time using Bitquery subscription. -Subscribe only to Resolved events. Winning outcome is in Prediction.Outcome; token details (e.g. AssetId) in Prediction.OutcomeToken. -▶️ [Realtime Market Resolutions](https://ide.bitquery.io/track-realtime-polymarket-resolutions) +▶️ [Pepe live trades stream](https://ide.bitquery.io/pepe-live-trades-stream) -### Prediction Market Settlements +#### Real time trades of an ethereum address -#### Real-Time Settlement Stream +Real time trades of an ethereum address. Uses the `DEXTrades` cube. Replace the address in the `where` clause to use it. -Subscribe to live Split, Merge, and Redemption events as they occur on Polygon. -▶️ [Real-Time Prediction Market Settlements Stream](https://ide.bitquery.io/realtime-predicion-market-settlements-stream) +▶️ [Real time trades of an ethereum address](https://ide.bitquery.io/Real-time-trades-of-an-ethereum-address) -## Ethereum +#### Stream new position mints on Fluid DEX Vault -### Balance APIs +Track new position mints on the Fluid DEX Vault Factory contract. This query monitors the `NewPositionMinted` event which is emitted when a new position is created on the vault factory. -#### Subscribe to All Transaction Balances +▶️ [Stream new position mints on Fluid DEX Vault](https://ide.bitquery.io/stream-new-position-mints-on-Fluid-DEX-Vault) -This subscription provides real-time balance updates for all addresses involved in transactions on the Ethereum network. +#### Subscribe to dex trades on ethereum mainnet -▶️ [Subscribe to All Transaction Balances](https://ide.bitquery.io/Subscribe-to-All-Transaction-Balances) +Will get the realtime DEX trades happening on Ethereum Mainnet. Open it in the GraphQL IDE using this. -#### Subscribe to Transaction Balances for a Specific Address +▶️ [Subscribe to dex trades on ethereum mainnet](https://ide.bitquery.io/subscribe-to-dex-trades-on-ethereum-mainnet_2) -This subscription filters transaction balances for a specific address in real-time. +#### Trades of a specific trader of a specific token -▶️ [Subscribe to Transaction Balances for a Specific Address](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address) +Crypto Trades API: filter `Pair.Market.Network: Ethereum` and `Trader.Address`. More examples: Trades API. -#### Stream Token Balance of a Address in Real Time +▶️ [Trades of a specific trader of a specific token](https://ide.bitquery.io/trades-of-a-specific-trader-of-a-specific-token) -Subscribe to real-time token balance updates for a specific address and token. This subscription will notify you whenever the token balance changes. +### Transfers -▶️ [Stream Token Balance Updates in Real Time](https://ide.bitquery.io/Stream-Token-Balance-Updates-in-Real-Time) +#### Token transfers -#### Track Token Balance Changes +Live ERC-20 transfers. Change the token address to follow a different one. -Monitor token balance changes for a specific token across all transactions. This helps track token movements and transfers. +▶️ [Token transfers](https://ide.bitquery.io/Subscribe-to-Latest-WETH-token-transfers_3) -▶️ [Track Token Balance Changes by Transaction](https://ide.bitquery.io/Track-Any-Token-Balance-Changes-by-Transaction-on-ETH) +#### Pepe whale transfer stream -#### Track Validator Balance Updates +Subscribe to PEPE transfers above 1 billion tokens the moment they hit the chain. -Monitor balance changes for Ethereum validators, including staking rewards and withdrawals from the beacon chain. +▶️ [Pepe whale transfer stream](https://ide.bitquery.io/pepe-whale-transfer-stream) -▶️ [Track Validator Balance Updates](https://ide.bitquery.io/Track-Validator-Balance-Updates) +#### Subscribe to Latest WETH token transfers -#### Track Validator Rewards +This example subscribes to WETH (Wrapped Ethereum) token transfers. The contract address is 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2. -Track validator rewards and balance increases from staking activities in real-time. +▶️ [Subscribe to Latest WETH token transfers](https://ide.bitquery.io/Subscribe-to-Latest-WETH-token-transfers) -▶️ [Track Validator Rewards](https://ide.bitquery.io/Track-Validator-Rewards) +#### Subscribe to latest Axie infinity token transfers -#### Track Miner Balance Updates +You can open this API on our GraphQL IDE using this. -Monitor balance changes for Ethereum miners, including block rewards, uncle block rewards, and transaction fee rewards. +▶️ [Subscribe to latest Axie infinity token transfers](https://ide.bitquery.io/Subscribe-to-latest-Axie-infinity-token-transfers_1) -▶️ [Track Miner Balance Updates](https://ide.bitquery.io/Track-Miner-Balance-Updates) +### Balances & Holders -#### Track Block Mining Rewards +#### Balance of a specific address -Track rewards received by miners for successfully mining blocks in real-time. +Live balance updates for one wallet. Replace the address. -▶️ [Track Block Mining Rewards](https://ide.bitquery.io/Track-Block-Mining-Rewards) +▶️ [Balance of a specific address](https://ide.bitquery.io/Stream-Token-Balance-Updates-in-Real-Time) -#### Track MEV-Related Balance Updates +#### All transaction balances -Monitor balance changes related to MEV activities, including transaction fee rewards and block builder rewards. +Every balance change on the chain — high volume, filter before using in production. -▶️ [Track MEV-Related Balance Updates](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates) +▶️ [All transaction balances](https://ide.bitquery.io/Subscribe-to-All-Transaction-Balances) -#### Track All Self-Destruct Event Balances +#### Transaction balances for one address -Monitor all contract self-destruct event balances in real-time. +Balance changes scoped to a single wallet. -▶️ [Track All Self-Destruct Event Balances](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream) +▶️ [Transaction balances for one address](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address) -#### Monitoring Balance after Latest Gas Fee Burn +#### Token balance changes by transaction -Monitor the balance and gas fee burnt for a particular address in real-time. +Balance deltas for every token, transaction by transaction. -▶️ [Monitoring Balance after Latest Gas Fee Burn](https://ide.bitquery.io/Monitor-balance-and-gas-fee-paid-for-an-address-using-stream_1) +▶️ [Token balance changes by transaction](https://ide.bitquery.io/Track-Any-Token-Balance-Changes-by-Transaction-on-ETH) -### Token supply +#### Balance update after transfer received from multiple addresses--stream -#### Monitor Token Supply +Balance update after transfer received from multiple addresses--stream. Uses the `TransactionBalances` cube. -Monitor Real time token supply in real time on Ethereum chain. +▶️ [Balance update after transfer received from multiple addresses--stream](https://ide.bitquery.io/Balance-update-after-transfer-received-from-multiple-addresses--stream) -▶️ [Monitor Latest token supply](https://ide.bitquery.io/latest-token-supply-on-eth-chain) +#### Balance update after transfer received--stream -### MarketCap Streams +Balance update after transfer received--stream. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. -Real-time **Trading API `Tokens`** streams for Ethereum: aggregated **market cap**, **FDV**, **supply**, **price**, and **volume**. Use **lowercase** addresses in **`eth:`** ids. More detail: **[Ethereum Token Market Cap API](/docs/blockchain/Ethereum/token-supply/ethereum-token-marketcap-api)**. +▶️ [Balance update after transfer received--stream](https://ide.bitquery.io/Balance-update-after-transfer-received--stream) -#### Ethereum token market cap stream (Trading API) +#### Balance update after transfer sent from multiple addresses--stream -Subscribe to **`Tokens`** rows for assets whose currency id includes **`eth`** (interval duration > 1s). +Balance update after transfer sent from multiple addresses--stream. Uses the `TransactionBalances` cube. -▶️ [Ethereum Token Market Cap Stream](https://ide.bitquery.io/ethereum-token-marketcap-stream_1) +▶️ [Balance update after transfer sent from multiple addresses--stream](https://ide.bitquery.io/Balance-update-after-transfer-sent-from-multiple-addresses--stream) -#### Ethereum tokens with market cap above $1 million (Trading API) +#### Balance update after transfer sent--stream -Subscribe when **`Token.Id`** matches Ethereum and **`Supply.MarketCap`** > 1,000,000 USD. +Balance update after transfer sent--stream. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. -▶️ [Ethereum Tokens With Market Cap Above $1M](https://ide.bitquery.io/realtime-stream-ethereum-tokens-with-marketcap-above-1-million) +▶️ [Balance update after transfer sent--stream](https://ide.bitquery.io/Balance-update-after-transfer-sent--stream_3) -### Transfers +#### Balance update from transfer for an address--stream -#### Token Transfers Stream +Balance update from transfer for an address--stream. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. -This stream lets you monitor all the token transfers for a particular token. You can modify this subscription to track and monitor token transfers for a particular token from or to a particular address. +▶️ [Balance update from transfer for an address--stream](https://ide.bitquery.io/balance-update-from-transfer-for-an-address--stream) -▶️ [Token Transfers Stream](https://ide.bitquery.io/Subscribe-to-Latest-WETH-token-transfers_3) +#### Balance update from transfer for multiple addresses--stream -### Trades +Balance update from transfer for multiple addresses--stream. Uses the `TransactionBalances` cube. -#### Ethereum DEX Trades Stream +▶️ [Balance update from transfer for multiple addresses--stream](https://ide.bitquery.io/balance-update-from-transfer-for-multiple-addresses--stream) -This stream returns all the real time DEX trades happening on Ethereum mainnet. You can modify this stream to get DEX trades on a particular DEX or trades of a particular token or trades by a particular trader. +### Price & OHLC -▶️ [DEX Trades Stream](https://ide.bitquery.io/All-Ethereum-Trade-Stream_1) +#### 1-second OHLC candles -#### Uniswap Trades Stream +Rolling one-second candles for charting. -This subscription returns the real-time trades happening on Uniswap. You can modify the stream to get real-time trades for a particular token, a particular token pair and even a particular trader. +▶️ [1-second OHLC candles](https://ide.bitquery.io/1-second-OHLC-k-line-Ethereum) -▶️ [Uniswap Trades Stream](https://ide.bitquery.io/All-Ethereum-Uniswap-Trade-Stream) +#### Token price stream -### Slippage Streams +Live USD price updates as trades land. -#### Realtime Slippage Monitoring +▶️ [Token price stream](https://ide.bitquery.io/token-price-stream) + +#### 1 second crypto price stream + +For a live ticker, use the Crypto Price API stream. -This subscription query returns real-time slippage data for all DEX pools on Ethereum. You can monitor price impact and liquidity depth as trades occur. +▶️ [1 second crypto price stream](https://ide.bitquery.io/1-second-crypto-price-stream) -▶️ [Realtime Slippage Monitoring](https://ide.bitquery.io/realtime-slippage-on-ethereum) +#### Pepe-ohlcv-stream -#### Realtime Slippage for Uniswap V4 Pools +Stream live PEPE price data with 1-minute candles, moving averages, and USD volume. -This subscription query retrieves real-time slippage data for Uniswap V4 pools on Ethereum. Unlike Uniswap V3, which uses the pool's smart contract address, Uniswap V4 requires using the `PoolId` to identify pools. +▶️ [Pepe-ohlcv-stream](https://ide.bitquery.io/pepe-ohlcv-stream) -▶️ [Realtime Slippage for Uniswap V4 Pools](https://ide.bitquery.io/realtime-pair-slippage-on-ethereum-uniswap-v4) +### Supply & Market Cap -### Liquidity Streams +#### Token market cap stream + +Live market cap updates for Ethereum tokens. + +▶️ [Token market cap stream](https://ide.bitquery.io/ethereum-token-marketcap-stream_1) + +#### Tokens crossing $1M market cap + +Only tokens above a market cap floor. Change the threshold in the `where` clause. + +▶️ [Tokens crossing $1M market cap](https://ide.bitquery.io/realtime-stream-ethereum-tokens-with-marketcap-above-1-million) + +#### Token supply changes + +Mints and burns as they change a token's supply. + +▶️ [Token supply changes](https://ide.bitquery.io/latest-token-supply-on-eth-chain) + +#### All trades on Ethereum with Price, Marketcap, supply + +Stream all Ethereum DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. Filter by `Pair.Market.Network: Ethereum` to capture every swap across all Ethereum DEXs in a single subscription. + +▶️ [All trades on Ethereum with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-on-Ethereum-with-Price-Marketcap-supply) + +### Liquidity & Pools + +#### Realtime slippage monitoring + +Slippage on every trade as it happens, across all pools. + +▶️ [Realtime slippage monitoring](https://ide.bitquery.io/realtime-slippage-on-ethereum) #### Realtime Liquidity Stream This subscription query returns real-time liquidity data for all DEX pools on Ethereum. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. -▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_4#) +▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_4) #### Realtime Liquidity Stream of a Specific Pool This subscription query monitors real-time liquidity changes for a specific DEX pool on Ethereum. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. -▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_4#) +▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_4) -### OHLC & Price Data +### Transactions -#### Real-time 1 second OHLC +#### Get Transaction Hash -This stream provides real time price and OHLC stream for all tokens on Ethereum based on trades. +In this section we will discuss how we can build eth_getTransactionByHash alternatives using Bitquery APIs. -▶️ [Real-time 1 second OHLC](https://ide.bitquery.io/1-second-OHLC-k-line-Ethereum) +▶️ [Get Transaction Hash](https://ide.bitquery.io/Get-Transaction-Hash) -#### Token Price Stream +### Events & Calls -This stream returns the real time trade price of a token against the token it is traded with and the price in USD. You could modify the stream to get the price of the token for a particular token pair or against a particular token. +#### Stream pool and pair creation on ethereum -▶️ [Token Price Stream](https://ide.bitquery.io/token-price-stream) +Stream pool and pair creation on ethereum. Uses the `Events` cube. -### Events Streams +▶️ [Stream pool and pair creation on ethereum](https://ide.bitquery.io/stream-pool-and-pair-creation-on-ethereum_1) -#### Pair Creation on Uniswap +#### Subscribe to the Same Event Across Multiple Contracts -This stream returns the real time liquidity pools/token pairs created on Uniswap V3. You could modify the stream to monitor newly created pools on a different protocol. +In the below query we listen for a specific event (Approval) across multiple smart contracts on the Ethereum (ETH) network. -▶️ [Pair Creation Stream](https://ide.bitquery.io/Latest-pools-created-Uniswap-v3_10_1) +▶️ [Subscribe to the Same Event Across Multiple Contracts](https://ide.bitquery.io/Subscribe-to-the-Same-Event-Across-Multiple-Contracts) -## Solana +### Mempool -### Balance APIs +#### Binance Mempool Transactions -#### Balance Stream +Mempool Transactions API provides real-time data from the Binance mempool. You can use it to build applications that require up-to-date information about transactions associated with a specific address. -This stream provides all balance updates on the Solana blockchain. +▶️ [Binance Mempool Transactions](https://ide.bitquery.io/Binance-Mempool-Transactions_1) -▶️ [Balance Update Stream](https://ide.bitquery.io/solana-balance-update-stream_3) +#### Eth subscribe("logs") -#### Token Balance Stream +You can subscribe to all incoming logs filtered by any of the fields including method signature, tx value,sender , receiver and so on. In the below example we are tracking only logs where the method name is `transfer`. You can run it. -This stream provides all balance updates of a specific token on the Solana blockchain. +▶️ [Eth subscribe("logs")](https://ide.bitquery.io/eth_subscribelogs) -▶️ [Token Balance Update Stream](https://ide.bitquery.io/USDC-balance-stream) +#### Eth subscribe(“pendingTransactions”) -### Transfers +To subscribe to incoming pending transactions, use the below subscription. You can run it. -#### Token Transfers Stream +▶️ [Eth subscribe(“pendingTransactions”)](https://ide.bitquery.io/eth_subscribependingTransactions) -This stream provides all token transfers on the Solana blockchain, including SOL transfers. +#### Current mempool fees -▶️ [Token Transfer Stream](https://ide.bitquery.io/Solana-transfers-stream_3) +Gas prices being offered by pending transactions right now. -### Trades +▶️ [Current mempool fees](https://ide.bitquery.io/Get-Mempool-Fees) -#### Solana Trades Stream +#### Mempool event stream -This subscription streams real-time Solana trades. +This query listens to real-time mempool events on the Ethereum (ETH) blockchain. The query is designed to capture details of transactions, logs, events, and arguments from the Ethereum Virtual Machine (EVM) before they are confirmed in a block. -▶️ [Solana Trades Stream](https://ide.bitquery.io/solana-trades-subscription_3) +▶️ [Mempool event stream](https://ide.bitquery.io/Mempool-event-stream) -#### Specific Token Trades Stream +#### Pending DEX trades in the mempool -This subscription stream uses DexTradeByTokens API to stream real-time specific token trades. +Swaps sitting in the mempool — see trades before they confirm. -▶️ [Specific Token Trades Stream](https://ide.bitquery.io/token-trades-subscription) +▶️ [Pending DEX trades in the mempool](https://ide.bitquery.io/mempool-token-trades_1) -#### Large Token Buys and Sells on Solana DEX +#### Pending transfers in the mempool -This stream provides real-time large buy and sell on Solana DEXs. +Token transfers that are broadcast but not yet mined. -▶️ [Large Token Buys and Sells on Solana DEX](https://ide.bitquery.io/big-trades-on-solana) +▶️ [Pending transfers in the mempool](https://ide.bitquery.io/mempool-transfers_1) -### OHLC & Price Data +#### New pairs being created, from the mempool -#### Real-time Token Prices on Solana +Catches pool creation at broadcast time rather than after the block. -This stream delivers real-time token prices on Solana based on the latest trades. +▶️ [New pairs being created, from the mempool](https://ide.bitquery.io/PairCreated-in-Mempool) -▶️ [Real-time Token Prices on Solana](https://ide.bitquery.io/Real-time-price-stream-for-specific-token-on-solana) +#### Vrs signature -#### 1-Second OHLC Stream +The following subscription query retrieves real-time mempool transactions and includes key details such as the block time, block number, transaction hash, transaction cost, and the V, R, S components of the transaction signature. You can run it. -This subscription generates a real-time OHLC (Open, High, Low, Close) K-line chart for Solana in real-time, useful for Tradingview charting in real-time. +▶️ [Vrs signature](https://ide.bitquery.io/vrs-signature) -▶️ [Seconds OHLC Stream](https://ide.bitquery.io/1-second-OHLC-k-line-Solana) +### Blocks & Validators -### MarketCap Streams +#### Balance after gas fee burn -Real-time **Trading API `Tokens`** streams for **Solana**: aggregated **market cap**, **FDV**, **supply**, **price**, and **volume**. Use **`solana:`** mint ids. More detail: **[Solana Token Market Cap API](/docs/blockchain/Solana/solana-token-marketcap-api)**. +Tracks an address's balance alongside the gas it burns. -#### Solana token market cap stream (Trading API) +▶️ [Balance after gas fee burn](https://ide.bitquery.io/Monitor-balance-and-gas-fee-paid-for-an-address-using-stream_1) -Subscribe to **`Tokens`** rows for assets whose currency id includes **`solana`** (interval duration > 1s). +#### Self-destruct balance events -▶️ [Solana Token Market Cap Stream](https://ide.bitquery.io/solana-token-marketcap-stream) +Balances released when a contract self-destructs. -#### Solana tokens with market cap above $1 million (Trading API) +▶️ [Self-destruct balance events](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream) -Subscribe when **`Token.Id`** matches Solana and **`Supply.MarketCap`** > 1,000,000 USD. +#### Block mining rewards -▶️ [Solana Tokens With Market Cap Above $1M](https://ide.bitquery.io/realtime-stream-solana-tokens-with-marketcap-above-1-million) +Reward paid out per block. -### Pool/Liquidity APIs +▶️ [Block mining rewards](https://ide.bitquery.io/Track-Block-Mining-Rewards) -#### DEXPool Liquidity Changes +#### MEV-related balance changes -This stream provides real time liquidity details for all pools on Solana. +Balance movements tied to MEV payouts and builder rewards. -▶️ [DEXPool Liquidity Changes](https://ide.bitquery.io/Solana-DEXPools-stream_2) +▶️ [MEV-related balance changes](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates) -### PumpFun APIs +#### Miner balance changes -#### PumpFun Token Creation +Balance movements on block producers. -This subscription tracks in real-time newly created Pumpfun tokens, including their metadata and associated developer addresses. +▶️ [Miner balance changes](https://ide.bitquery.io/Track-Miner-Balance-Updates) -▶️ [PumpFun Token Creation Stream](https://ide.bitquery.io/newly-created-PF-token-developer-address-metadata) +#### Validator balance changes -#### PumpFun Trades Stream +Balance movements on validator addresses. -This stream returns the real time trades on Pumpfun platform. This stream could be modified to get real time trades for a particular token or trades by a particular trader. +▶️ [Validator balance changes](https://ide.bitquery.io/Track-Validator-Balance-Updates) -▶️ [PumpFun Trades Stream](https://ide.bitquery.io/Pumpfun-DEX-Trades_1) +#### Validator rewards -### Pumpswap Streams +Rewards paid to validators, block by block. -#### Pumpswap Trades Stream +▶️ [Validator rewards](https://ide.bitquery.io/Track-Validator-Rewards) -This stream returns the real time trades on Pumpswap exchange. This stream could be modified to get real time trades for a particular token or trades by a particular trader. +#### Filter by MEV Bot or Builder Address -▶️ [Pumpswap Trades Stream](https://ide.bitquery.io/pumpswap-trades) +Track balance changes for specific MEV bots or block builders. -### Raydium APIs +▶️ [Filter by MEV Bot or Builder Address](https://ide.bitquery.io/Filter-by-MEV-Bot-or-Builder-Address) -#### New Pool Creation on Raydium v4 +#### Filter by Miner Address -This stream gives info about the real time liquidity pool creation on Raydium exchange. +Track balance changes for a specific miner address. -▶️ [Raydium v4 Pool Creation Stream](https://ide.bitquery.io/Latest-Radiyum-V4-pools-created_5) +▶️ [Filter by Miner Address](https://ide.bitquery.io/Filter-by-Miner-Address) -#### New Pool Creation on Raydium Launchpad +#### Filter by Validator Address -This stream gives info about the real time liquidity pool creation on Raydium Launchpad. +Track balance changes for a specific validator address. -▶️ [Raydium Launchpad Pool Creation Stream](https://ide.bitquery.io/Raydium-Launchpad-pool-creations_1) +▶️ [Filter by Validator Address](https://ide.bitquery.io/Filter-by-Validator-Address) -#### New Pool Creation on Raydium CLMM +### Uniswap -This stream gives info about the real time liquidity pool creation on Raydium CLMM. +#### New Uniswap v3 pools -▶️ [Raydium CLMM Pool Creation Stream](https://ide.bitquery.io/Raydium-CLMM-Pool-Creation-stream) +Pool creation events as they are mined — new pair detection. -#### New Pool Creation on Raydium CPMM +▶️ [New Uniswap v3 pools](https://ide.bitquery.io/Latest-pools-created-Uniswap-v3_10_1) -This stream gives info about the real time liquidity pool creation on Raydium CPMM. +#### Slippage on Uniswap v4 pools -▶️ [Raydium CPMM Pool Creation Stream](https://ide.bitquery.io/CPMM-pools-creation-stream) +Per-trade slippage for v4 pools. -#### Latest Trades on Raydium +▶️ [Slippage on Uniswap v4 pools](https://ide.bitquery.io/realtime-pair-slippage-on-ethereum-uniswap-v4) -This stream gives info about the real time trades on Raydium exchange. You can modify this query to monitor trades on Raydium for a particular token or by a particular trader. +#### Uniswap trades -▶️ [Raydium Trades](https://ide.bitquery.io/Updated-Real-time-trades-on-Raydium-DEX-on-Solana_1) +Live trades on Uniswap only. -## Base +▶️ [Uniswap trades](https://ide.bitquery.io/All-Ethereum-Uniswap-Trade-Stream) -### Balance APIs +#### Currency pair liquidity events stream -#### Subscribe to All Transaction Balances +If looking to monitor a currency pair across all virtual pools within Uniswap V4, then this subscription works the best. -This subscription provides real-time balance updates for all addresses involved in transactions on the Base network. +▶️ [Currency pair liquidity events stream](https://ide.bitquery.io/currency-pair-liquidity-events-stream) -▶️ [Subscribe to All Transaction Balances](https://ide.bitquery.io/Subscribe-to-All-Transaction-Balances_1) +#### Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4 -#### Subscribe to Transaction Balances for a Specific Address +This subscription query monitors real-time liquidity changes for all pools in a specific DEX protocol on Ethereum. Here we have taken example of Uniswap V4. -This subscription filters transaction balances for a specific address in real-time. +▶️ [Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4](https://ide.bitquery.io/Latest-Liquidity-Changes-of-Pools-in-a-Specific-DEX-Protocol---Uniswap-V4_6) -▶️ [Subscribe to Transaction Balances for a Specific Address](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address_1) +#### Latest pools created Uniswap v3 -#### Stream Token Balance of a Address in Real Time +Open this query on our GraphQL IDE using this. -Subscribe to real-time token balance updates for a specific address and token. This subscription will notify you whenever the token balance changes. +▶️ [Latest pools created Uniswap v3](https://ide.bitquery.io/Latest-pools-created-Uniswap-v3_9) -▶️ [Stream Token Balance Updates in Real Time](https://ide.bitquery.io/Stream-Token-Balance-Updates-in-Real-Time-on-base) +## Solana -#### Track Token Balance Changes +### Trades -Monitor token balance changes for a specific token across all transactions. This helps track token movements and transfers. +#### Graduated Tokens -▶️ [Track Token Balance Changes by Transaction](https://ide.bitquery.io/Track-Token-Balance-Changes-by-Transaction-on-base) +This query gives you tokens which are graduated from Raydium Launchpad to Raydium. -#### Track Validator Balance Updates +▶️ [Graduated Tokens](https://ide.bitquery.io/Track-Token-Migrations-to-Raydium-DEX-and-Raydium-CPMM-in-realtime) -Monitor balance changes for Base validators, including staking rewards and withdrawals from the beacon chain. +#### Large Token Buys and Sells on Solana DEX -▶️ [Track Validator Balance Updates](https://ide.bitquery.io/Track-Validator-Balance-Updates) +This stream provides real-time large buy and sell on Solana DEXs. -#### Track Validator Rewards +▶️ [Large Token Buys and Sells on Solana DEX](https://ide.bitquery.io/big-trades-on-solana) -Track validator rewards and balance increases from staking activities in real-time. +#### Solana Trades Stream -▶️ [Track Validator Rewards](https://ide.bitquery.io/Track-Validator-Balance-Updates-on-base) +This subscription streams real-time Solana trades. -#### Track Miner Balance Updates +▶️ [Solana Trades Stream](https://ide.bitquery.io/solana-trades-subscription_3) -Monitor balance changes for Base miners, including block rewards, uncle block rewards, and transaction fee rewards. +#### Specific Token Trades Stream -▶️ [Track Miner Balance Updates](https://ide.bitquery.io/Track-Miner-Balance-Updates-BASE_1) +This subscription stream uses DexTradeByTokens API to stream real-time specific token trades. -#### Track Block Mining Rewards +▶️ [Specific Token Trades Stream](https://ide.bitquery.io/token-trades-subscription) -Track rewards received by miners for successfully mining blocks in real-time. +#### All Trade for Bags.fm tokens -▶️ [Track Block Mining Rewards](https://ide.bitquery.io/Track-Block-Mining-Rewards-base_1) +Get all trades of Bags FM tokens from Meteora and other DEXs. This Bags FM token trades WebSocket provides comprehensive trading data. -#### Track MEV-Related Balance Updates +▶️ [All Trade for Bags.fm tokens](https://ide.bitquery.io/All-Trade-for-Bagsfm-tokens) -Monitor balance changes related to MEV activities, including transaction fee rewards and block builder rewards. +#### CPMM trades -▶️ [Track MEV-Related Balance Updates](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates-base_1) +In this section we will see how to get data on Raydium CPMM trades in real-time. You can check out our Pump Fun docs, Raydium v4 docs and Raydium LaunchPad docs too. -#### Track All Self-Destruct Event Balances +▶️ [CPMM trades](https://ide.bitquery.io/CPMM-trades) -Monitor all contract self-destruct event balances in real-time. +#### Get Solana pair trades data -▶️ [Track All Self-Destruct Event Balances](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream-base_1) +Will subscribe to real-time trade transactions for a Solana pair, providing a continuous stream of data as new trades are processed and recorded. -#### Monitoring Balance after Latest Gas Fee Burn +▶️ [Get Solana pair trades data](https://ide.bitquery.io/Get-Solana-pair-trades-data) -Monitor the balance and gas fee burnt for a particular address in real-time. +#### Get Solana pair trades data just like dexcsreener -▶️ [Monitoring Balance after Latest Gas Fee Burn](https://ide.bitquery.io/Monitor-balance-and-gas-fee-paid-for-an-address-using-stream_2) +Will subscribe to real-time trade transactions for a Solana pair, providing a continuous stream of data as new trades are processed and recorded. -### Transfers +▶️ [Get Solana pair trades data just like dexcsreener](https://ide.bitquery.io/Get-Solana-pair-trades-data-just-like-dexcsreener) -#### Token Transfers Stream +#### Get Solana pair trades data just like geckoTerminal -This stream lets you monitor all the token transfers for a particular token. You can modify this subscription to track and monitor token transfers for a particular token from or to a particular address. +Will subscribe to real-time trade transactions for a Solana pair, providing a continuous stream of data as new trades are processed and recorded. -▶️ [Token Transfers Stream](https://ide.bitquery.io/Subscribe-to-Latest-USDC-token-transfers) +▶️ [Get Solana pair trades data just like geckoTerminal](https://ide.bitquery.io/Get-Solana-pair-trades-data-just-like-geckoTerminal_1) -### Trades +#### Latest Trades of TESLA onchain xStock -#### Base DEX Trades Stream +Below query will give you realtime trades of Tesla xStock (TESLAx). -This stream returns all the real time DEX trades happening on Base. You can modify this stream to get DEX trades on a particular DEX or trades of a particular token or trades by a particular trader. +▶️ [Latest Trades of TESLA onchain xStock](https://ide.bitquery.io/Latest-Trades-of-TESLA-onchain-xStock_1) -▶️ [DEX Trades Stream](https://ide.bitquery.io/subscribe-to-dex-trades-on-base_1) +### Transfers -#### Uniswap Trades Stream +#### Token Transfers Stream -This subscription returns the real-time trades happening on Uniswap. You can modify the stream to get real-time trades for a particular token, a particular token pair and even a particular trader. +This stream provides all token transfers on the Solana blockchain, including SOL transfers. -▶️ [Uniswap Trades Stream](https://ide.bitquery.io/Realtime-Uniswap-v1-Uniswap-v2-Uniswap-V3-Trades_1) +▶️ [Token Transfers Stream](https://ide.bitquery.io/Solana-transfers-stream_3) -### Slippage Streams +#### SPL transfers websocket -#### Realtime Slippage Monitoring +One of the most common types of transfers on Solana are SPL token transfers. Let's see an example to get the latest SPL token transfers using our API. Today we are taking an example of JUPITER token transfers. -This subscription query returns real-time slippage data for all DEX pools on Base. You can monitor price impact and liquidity depth as trades occur. +▶️ [SPL transfers websocket](https://ide.bitquery.io/SPL-transfers-websocket_1) -▶️ [Realtime Slippage Monitoring](https://ide.bitquery.io/realtime-slippage-on-base) +#### Solana Websocket - Subscribe to all transfers of specific addresses in realtime -### Liquidity Streams +Websockets are priced based on their running time, not the amount of data delivered. -#### Realtime Liquidity Stream +▶️ [Solana Websocket - Subscribe to all transfers of specific addresses in realtime](https://ide.bitquery.io/Solana-Websocket---Subscribe-to-all-transfers-of-specific-addresses-in-realtime) -This subscription query returns real-time liquidity data for all DEX pools on Base. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. +#### Subscribe to the all transfers on Solana -▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_3#) +For monitoring the balance changes that result from these transfers, see our Solana Balance Updates API. -#### Realtime Liquidity Stream of a Specific Pool +▶️ [Subscribe to the all transfers on Solana](https://ide.bitquery.io/Subscribe-to-the-all-transfers-on-Solana) -This subscription query monitors real-time liquidity changes for a specific DEX pool on Base. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. +#### Transfers of All Tip Payment Accounts on Solana -▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_3#) +Jito foundation has Tip Payment Program that allows users to transfer tips to a set of static public keys (compared to signing the transaction with the next N leaders) and ensure that the incentives are distributed to the correct block leader, while enabling… -### OHLC & Price Data +▶️ [Transfers of All Tip Payment Accounts on Solana](https://ide.bitquery.io/Transfers-of-All-Tip-Payment-Accounts-on-Solana) -#### Real-time 1 second OHLC +#### Transfers of Tip Payment Accounts on Solana -This stream provides real time price and OHLC stream for all tokens on Base based on trades. +The subscription that provides you the transfer data of one of these addresses is. -▶️ [Real-time 1 second OHLC](https://ide.bitquery.io/1-second-OHLC-k-line-Base) +▶️ [Transfers of Tip Payment Accounts on Solana](https://ide.bitquery.io/Transfers-of-Tip-Payment-Accounts-on-Solana_1) -#### Token Price Stream +#### Transfers where sender is the specified address -This stream returns the real time trade price of a token against the token it is traded with and the price in USD. You could modify the stream to get the price of the token for a particular token pair or against a particular token. +Transfers where sender is the specified address. Uses the `Transfers` cube. Replace the address in the `where` clause to use it. -▶️ [Token Price Stream](https://ide.bitquery.io/token-price-stream_2) +▶️ [Transfers where sender is the specified address](https://ide.bitquery.io/transfers-where-sender-is-the-specified-address_1) -### MarketCap Streams +### Balances & Holders -Real-time **Trading API `Tokens`** streams for **Base**. Use **lowercase** addresses in **`base:`** ids. More detail: **[Base Token Market Cap API](/docs/blockchain/Base/base-token-marketcap-api)**. +#### Balance Stream -#### Base token market cap stream (Trading API) +This stream provides all balance updates on the Solana blockchain. -Subscribe to **`Tokens`** rows for assets whose currency id includes **`base`** (interval duration > 1s). +▶️ [Balance Stream](https://ide.bitquery.io/solana-balance-update-stream_3) -▶️ [Base Token Market Cap Stream](https://ide.bitquery.io/base-token-marketcap-stream) +### Price & OHLC -#### Base tokens with market cap above $1 million (Trading API) +#### 1-Second OHLC Stream -Subscribe when **`Token.Id`** matches Base and **`Supply.MarketCap`** > 1,000,000 USD. +This subscription generates a real-time OHLC (Open, High, Low, Close) K-line chart for Solana in real-time, useful for Tradingview charting in real-time. -▶️ [Base Tokens With Market Cap Above $1M](https://ide.bitquery.io/realtime-stream-base-tokens-with-marketcap-above-1-million) +▶️ [1-Second OHLC Stream](https://ide.bitquery.io/1-second-OHLC-k-line-Solana) -### Events Streams +#### Real-Time Token Prices in USD on Solana -#### Pair Creation on Uniswap +Stream live OHLC (Open, High, Low, Close) price and volume data for all tokens on Solana, quoted directly in USD. Useful for dashboards, analytics, or bots that need stable fiat-based prices. -This stream returns the real time liquidity pools/token pairs created on Uniswap V3. You could modify the stream to monitor newly created pools on a different protocol. +▶️ [Real-Time Token Prices in USD on Solana](https://ide.bitquery.io/Real-Time-usd-price-on-solana-chain) -▶️ [Pair Creation Stream](https://ide.bitquery.io/Latest-pools-created-Uniswap-v3-Base) +#### Real-time Token Prices on Solana -## Robinhood Chain +This stream delivers real-time token prices on Solana based on the latest trades. -### Trades Streams +▶️ [Real-time Token Prices on Solana](https://ide.bitquery.io/Real-time-price-stream-for-specific-token-on-solana) -#### Real-Time DEX Trades Stream on Robinhood Chain +#### Byreal token live prices using trades api -Stream every DEX trade on Robinhood Chain (chain id 4663) in real time via the Trading API, with price and USD amounts. +Lock onto one token with `Pair.Token.Id` (e.g. `bid:solana:`) and the Byreal program address. -▶️ [Real-Time DEX Trades on Robinhood Chain](https://ide.bitquery.io/Robinhood-Trades) +▶️ [Byreal token live prices using trades api](https://ide.bitquery.io/Byreal-token-live-prices-using-trades-api) -### Token Launch Streams +#### Get Latest Price of SOL in USD Real-time -#### Stream New pools.trade Token Launches +Get Latest Price of SOL in USD Real-time. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. -Websocket subscription streaming every new pools.trade token launch on Robinhood Chain the moment it happens. +▶️ [Get Latest Price of SOL in USD Real-time](https://ide.bitquery.io/Get-Latest-Price-of-SOL-in--USD-Real-time) -▶️ [Stream New pools.trade Launches](https://ide.bitquery.io/Pools-trade-Stream-new-launches) +#### Get realtime Price of Apple xStock in USD Real-time -## BSC (Binance Smart Chain) +You can use the following query to get the latest price of a Apple xStock on Solana. -### Balance APIs +▶️ [Get realtime Price of Apple xStock in USD Real-time](https://ide.bitquery.io/Get-realtime-Price-of-Apple-xStock-in--USD-Real-time) -#### Real-time Transaction Balance Update for a Wallet on BSC +#### GoonFi Realtime OHLC, Price, Volume API - Crypto Price API -This stream provides real time transaction balance updates for a wallet on BSC. +Below API will give you realtime prices, OHLC, and volume data for all GoonFi trading pairs. We have selected `1` sec as the interval for the OHLC, volume or moving average calculation. -▶️ [Real Time Transaction Balance Update](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address-bsc) +▶️ [GoonFi Realtime OHLC, Price, Volume API - Crypto Price API](https://ide.bitquery.io/GoonFi-Realtime-OHLC-Price-Volume-API---Crypto-Price-API_1) -#### Real-time Validator Rewards for BSC +#### Latest price for more than 1 markets on solana -This stream provides the info on rewards received by validators on BSC in real time. +You can retrieve data from multiple Solana DEX markets using our APIs or streams. The. -▶️ [Real Time Validator Rewards on BSC](https://ide.bitquery.io/Track-Validator-Balance-Updates-bsc_1) +▶️ [Latest price for more than 1 markets on solana](https://ide.bitquery.io/latest-price-for-more-than-1-markets-on-solana_1) -#### Track MEV Balance in Real Time for BSC +#### Latest price for more than 1 markets on solana for specific currencies -This stream monitors MEV activities and Balance Updates on BSC in real time. +Latest price for more than 1 markets on solana for specific currencies. Uses the `DEXTrades` cube. -▶️ [Real Time MEV Activities on BSC](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates-bsc) +▶️ [Latest price for more than 1 markets on solana for specific currencies](https://ide.bitquery.io/latest-price-for-more-than-1-markets-on-solana-for-specific-currencies) -### MarketCap Streams +#### Price of a moonshot token -Real-time **Trading API `Tokens`** streams for **BNB Smart Chain (BSC)**. Use **lowercase** addresses in **`bsc:`** ids. More detail: **[BSC Token Market Cap API](/docs/blockchain/BSC/bsc-token-marketcap-api)**. +The below query gets real-time price of the specified Token `A1XqfcD1vMEhUNwEKvBVRWFV48ZLDL4oheFVCPEcM3Vk` on the Moonit DEX. -#### BSC token market cap stream (Trading API) +▶️ [Price of a moonshot token](https://ide.bitquery.io/Price-of-a-Moonshot-token) -Subscribe to **`Tokens`** rows for assets whose currency id includes **`bsc`** (interval duration > 1s). +### Supply & Market Cap -▶️ [BSC Token Market Cap Stream](https://ide.bitquery.io/bsc-token-marketcap-stream#) +#### Solana tokens with market cap above $1 million (Trading API) -#### BSC tokens with market cap above $1 million (Trading API) +Subscribe when **`Token.Id`** matches Solana and **`Supply.MarketCap`** > 1,000,000 USD. -Subscribe when **`Token.Id`** matches BSC and **`Supply.MarketCap`** > 1,000,000 USD. +▶️ [Solana tokens with market cap above $1 million (Trading API)](https://ide.bitquery.io/realtime-stream-solana-tokens-with-marketcap-above-1-million) -▶️ [BSC Tokens With Market Cap Above $1M](https://ide.bitquery.io/realtime-stream-bsc-tokens-with-marketcap-above-1-million_1) +#### All trades on Solana with Price, Marketcap, supply -### Trades +Stream all Solana DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. -#### Real-time Trades on BSC +▶️ [All trades on Solana with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-on-Solana-with-Price-Marketcap-supply) -This subscription returns the real-time trades happening on BSC Network. You can modify the stream to get real-time trades for a particular token, a particular token pair and even a particular trader. +#### Bags.fm token creation stream using Solana token supply updates -▶️ [BSC Dex Trades](https://ide.bitquery.io/subscribe-to-dex-trades-on-BNB-mainnet) +Track Bags FM token creation using the Solana TokenSupply API. This endpoint provides Bags FM token data including supply information and creation timestamps. For the same API as a WebSocket stream. -#### Real-time Trades on Pancakeswap +▶️ [Bags.fm token creation stream using Solana token supply updates](https://ide.bitquery.io/Bagsfm-token-creation-stream-using-Solana-token-supply-updates) -This subscription returns the real-time trades happening on Pancakeswap. You can modify the stream to get real time trades for a particular token, a particular token pair, and even a particular trader. +#### Get All DEX Trades on DBC With Price, Market Cap, and Supply -▶️ [Pancakeswap Trades Stream](https://ide.bitquery.io/Latest-BSC-PancakeSwap-v3-dextrades---Stream) +Stream all Meteora DBC DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. Filter by `Pair.Market.Protocol: dynamic_bonding_curve` to capture every swap across Meteora DBC in a single subscription. -#### Real-time Mempool Trades on Pancakeswap +▶️ [Get All DEX Trades on DBC With Price, Market Cap, and Supply](https://ide.bitquery.io/Get-All-DEX-Trades-on-DBC-With-Price-Market-Cap-and-Supply) -Get real time unconfirmed trades on Pancakeswap, using the given stream. +#### Get newly created Moonshot tokens with metadata -▶️ [Pancakeswap Mempool Trades](https://ide.bitquery.io/Mempool---Latest-BSC-PancakeSwap-v3-dextrades---Stream) +Now you can track the newly created Moonit Tokens along with their metadata and supply. `PostBalance` will give you the current supply for the token. -### Slippage Streams +▶️ [Get newly created Moonshot tokens with metadata](https://ide.bitquery.io/Get-newly-created-Moonshot-tokens-with-metadata) -#### Realtime Slippage Monitoring +#### Newly created PF token, dev address, metadata -This subscription query returns real-time slippage data for all DEX pools on BSC. You can monitor price impact and liquidity depth as trades occur. +Now you can track the newly created Pump Fun Tokens along with their dev address, metadata and supply. `PostBalance` will give you the current supply for the token. -▶️ [Realtime Slippage Monitoring](https://ide.bitquery.io/realtime-slippage-on-bsc) +▶️ [Newly created PF token, dev address, metadata](https://ide.bitquery.io/newly-created-PF-token-dev-address-metadata) -### Liquidity Streams +#### Realtime heaven tokens with marketcap 10k -#### Realtime Liquidity Stream +Subscribe when the token is on Solana, `Market.Protocol` is `Heaven`, `Supply.MarketCap` > 10,000 (USD), and interval duration > 1 second. Adjust `gt` to change the threshold. -This subscription query returns real-time liquidity data for all DEX pools on BSC. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. +▶️ [Realtime heaven tokens with marketcap 10k](https://ide.bitquery.io/realtime-heaven-tokens-with-marketcap-10k) -▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_2#) +### Liquidity & Pools -#### Realtime Liquidity Stream of a Specific Pool +#### DEXPool Liquidity Changes -This subscription query monitors real-time liquidity changes for a specific DEX pool on BSC. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. +This stream provides real time liquidity details for all pools on Solana. -▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_1) +▶️ [DEXPool Liquidity Changes](https://ide.bitquery.io/Solana-DEXPools-stream_2) -### Four Meme APIs +#### Latest pools created on trends.fun stream -#### Four Meme Token Creations Stream +Latest pools created on trends.fun stream. Uses the `Instructions` cube. Replace the address in the `where` clause to use it. -This stream returns the latest token creations on `Four Meme` on BSC Network in real time. +▶️ [Latest pools created on trends.fun stream](https://ide.bitquery.io/latest-pools-created-on-trendsfun-stream) -▶️ [Four.meme Token Creations Stream](https://ide.bitquery.io/track-Four-meme-token-creation-using-events_2) +#### Latest price based on liquidity -#### Four Meme Trades Stream +Latest price based on liquidity. Uses the `DEXPools` cube. -This stream returns the latest trades happening on `Four Meme` on BSC Network in real time. +▶️ [Latest price based on liquidity](https://ide.bitquery.io/latest-price-based-on-liquidity_2) -▶️ [Trades on Four Meme](https://ide.bitquery.io/Latest-trades-on-fourmeme) +#### Liquidity for a launchpad token pair stream -#### Four Meme User Trades +Liquidity for a launchpad token pair stream. Uses the `DEXPools` cube. Replace the address in the `where` clause to use it. -This stream helps in monitoring the trades of a Four Meme user in real time. +▶️ [Liquidity for a launchpad token pair stream](https://ide.bitquery.io/liquidity-for-a-launchpad-token-pair-stream) -▶️ [Four Meme User Trades](https://ide.bitquery.io/monitor-trades-of-a-trader-on-four-meme) +#### Search tokens with liquidity over 1 million -## TRON +You can use the below query to get the tokens which are getting traded and have liquidity over 1 million USD. -### Transfers +▶️ [Search tokens with liquidity over 1 million](https://ide.bitquery.io/Search-tokens-with-liquidity-over-1-million) -#### Real-time Tether USDT Transfers +#### Trends fun tokens between 95 and 100 bonding curve progress -This subscription streams the latest USDT (TRC20) transfers on the TRON network. You can modify the stream to monitor Transfers of USDT from or to a particular address. +Track Trends.fun tokens that are approaching graduation with high bonding curve progress percentages. Run the query. -▶️ [Token Transfers Stream](https://ide.bitquery.io/usdt-trc20-transfers_1) +▶️ [Trends fun tokens between 95 and 100 bonding curve progress](https://ide.bitquery.io/trends-fun-tokens-between-95-and-100-bonding-curve-progress) -### Trades +### Transactions -#### Real-time Trades on Tron +#### Realtime Solana Transactions -This stream returns all the real time DEX trades happening on the Tron network. You can modify this stream to get DEX trades on a particular DEX or trades of a particular token or trades by a particular trader. +The subscription query below fetches the most recent transactions on the Solana blockchain. -▶️ [DEX Trades Stream](https://ide.bitquery.io/Latest-trades-on-Tron) +▶️ [Realtime Solana Transactions](https://ide.bitquery.io/Realtime-Solana-Transactions) -#### Real-time Trades on Sunpump +### Events & Calls -This stream returns all the real time DEX trades happening on Sunpump exchange on the Tron network. You can modify this stream to get the trades of a particular token or trades by a particular trader. +#### ConsumeEvents instruction on OpenBook V2 -▶️ [Sunpump Trades Stream](https://ide.bitquery.io/real-time-sunswapTrades) +We will use this subscription to listen to `consumeEvents` transactions on OpenBook v2. This instruction processes trade events and other activities such as order cancellations. -## NFT Streams +▶️ [ConsumeEvents instruction on OpenBook V2](https://ide.bitquery.io/consumeEvents-instruction-on-OpenBook-V2_3) -### NFT Trades +### Raydium -#### NFT Trades on Opensea +#### Latest Pools Created on Raydium -This stream allows you to monitor real time NFT trades on OpenSea. It could also be modified to get trades of a particular NFT collection or NFTs traded by a particular trader. +This query returns the latest created pools on Raydium. You can set the limit here also. -▶️ [NFT Trades Stream](https://ide.bitquery.io/Latests-OpenSea-Trades--stream) +▶️ [Latest Pools Created on Raydium](https://ide.bitquery.io/Latest-Radiyum-V4-pools-created_1) -### Balance APIs +#### Latest Trades on Raydium -#### Stream NFT Balance Updates in Real Time +This stream gives info about the real time trades on Raydium exchange. You can modify this query to monitor trades on Raydium for a particular token or by a particular trader. -Subscribe to real-time NFT balance updates for a specific address and collection. This subscription will notify you whenever NFT ownership changes. +▶️ [Latest Trades on Raydium](https://ide.bitquery.io/Updated-Real-time-trades-on-Raydium-DEX-on-Solana_1) -▶️ [Stream NFT Balance Updates in Real Time](https://ide.bitquery.io/Stream-NFT-Balance-Updates-in-Real-Time) +#### New Pool Creation on Raydium CLMM -#### Track Specific NFT Balance Changes +This stream gives info about the real time liquidity pool creation on Raydium CLMM. -Monitor NFT transfers for a specific collection across all transactions. This helps track NFT movements and ownership changes. +▶️ [New Pool Creation on Raydium CLMM](https://ide.bitquery.io/Raydium-CLMM-Pool-Creation-stream) -▶️ [Track Specific NFT Balance Changes](https://ide.bitquery.io/Track-specific-NFTs-Balance-Changes) +#### New Pool Creation on Raydium CPMM -## x402 Streams +This stream gives info about the real time liquidity pool creation on Raydium CPMM. -### Base +▶️ [New Pool Creation on Raydium CPMM](https://ide.bitquery.io/CPMM-pools-creation-stream) -#### Real-Time Payment Monitoring for x402 Server +#### New Pool Creation on Raydium Launchpad -Real-time subscription to monitor payments to a specific x402 server on Base network using WebSockets. +This stream gives info about the real time liquidity pool creation on Raydium Launchpad. -▶️ [Real-Time Payment Monitoring for x402 Server](https://ide.bitquery.io/Monitoring-the-latest-payment-to-the-specific-X402-server) +▶️ [New Pool Creation on Raydium Launchpad](https://ide.bitquery.io/Raydium-Launchpad-pool-creations_1) -### Solana +#### New Pool Creation on Raydium v4 -#### Real-Time Payment Monitoring for x402 Server on Solana +This stream gives info about the real time liquidity pool creation on Raydium exchange. -Real-time subscription to monitor payments to a specific x402 server on Solana network using WebSockets. +▶️ [New Pool Creation on Raydium v4](https://ide.bitquery.io/Latest-Radiyum-V4-pools-created_5) + +#### Track Raydium Launchpad tokens above 95% Bonding Curve Progress in realtime + +Returns Raydium Launchpad tokens which have more than 95% bonding curve progress. + +▶️ [Track Raydium Launchpad tokens above 95% Bonding Curve Progress in realtime](https://ide.bitquery.io/LetsBonkfun-Tokens-between-95-and-100-bonding-curve-progress_2) + +### Pump.fun + +#### PumpFun Token Creation + +This subscription tracks in real-time newly created Pumpfun tokens, including their metadata and associated developer addresses. + +▶️ [PumpFun Token Creation](https://ide.bitquery.io/newly-created-PF-token-developer-address-metadata) + +#### PumpFun Trades Stream + +This stream returns the real time trades on Pumpfun platform. This stream could be modified to get real time trades for a particular token or trades by a particular trader. + +▶️ [PumpFun Trades Stream](https://ide.bitquery.io/Pumpfun-DEX-Trades_1) + +#### Pumpswap Trades Stream + +This stream returns the real time trades on Pumpswap exchange. This stream could be modified to get real time trades for a particular token or trades by a particular trader. + +▶️ [Pumpswap Trades Stream](https://ide.bitquery.io/pumpswap-trades) + +#### Get All DEX Trades on Pumpfun With Price, Market Cap, and Supply + +Stream all PumpFun DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. Filter by `Pair.Market.ProtocolFamily: Pumpfun` to capture every swap across Pumpfun in a single subscription. + +▶️ [Get All DEX Trades on Pumpfun With Price, Market Cap, and Supply](https://ide.bitquery.io/Get-All-DEX-Trades-on-Pumpfun-With-Price-Market-Cap-and-Supply) + +#### Latest Trades for a token on Pumpswap + +Subscribe to `DEXTradeByTokens` with PumpSwap `ProgramAddress` and the token mint. Each update is a new trade involving that token on PumpSwap—use this to stream per-token activity without polling. + +▶️ [Latest Trades for a token on Pumpswap](https://ide.bitquery.io/Latest-Trades-for-a-token-on-Pumpswap) + +#### Price of a pump fun token using price index in usd + +Live stream of token price updates on Pump.fun. + +▶️ [Price of a pump fun token using price index in usd](https://ide.bitquery.io/Price-of-a-pump-fun-token-using-price-index-in-usd) + +### Meteora + +#### Jup studio token migrations from Meteora DBC to Meteors DEX + +We monitor Meteora DBC program address `dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN` for migration instructions including `migrate_meteora_damm` and `migration_damm_v2`. + +▶️ [Jup studio token migrations from Meteora DBC to Meteors DEX](https://ide.bitquery.io/jup-studio-token-migrations-from-Meteora-DBC-to-Meteors-DEX_1) + +#### Liquidity addition for meteora + +In this section, we will discover data streams that provides us with the real time events of liquidity addition and liquidity removal for the Meteora DEX, which has `Meteora` as the Protocol Family. + +▶️ [Liquidity addition for meteora](https://ide.bitquery.io/liquidity-addition-for-meteora_1) + +#### Liquidity removal for meteora + +Liquidity removal for meteora. Uses the `DEXPools` cube. + +▶️ [Liquidity removal for meteora](https://ide.bitquery.io/liquidity-removal-for-meteora_1) + +#### Meteora DBC token migrations to Meteors DEX + +Below query will give you the latest migrated tokens Meteora DBC in realtime. + +▶️ [Meteora DBC token migrations to Meteors DEX](https://ide.bitquery.io/meteora-DBC-token-migrations-to-Meteors-DEX) + +#### Real time trades on Meteora Dynamic Bonding Curve on Solana + +The below query gets real-time information whenever there's a new trade on the Meteora DBC including detailed information about the trade, including the buy and sell details, the block information, and the transaction specifics. + +▶️ [Real time trades on Meteora Dynamic Bonding Curve on Solana](https://ide.bitquery.io/Real-time-trades-on-Meteora-Dynamic-Bonding-Curve-on-Solana) + +#### Real time trades on MeteoraDAMMv2 DEX on Solana + +This query subscribes to real-time trades on the Meteora DAMM v2 (Dynamic Automated Market Maker) on the Solana blockchain by filtering using the program address `cpamdpZCGKUy5JxQXB4dcpGPiikHawvSWAd6mEn1sGG`. + +▶️ [Real time trades on MeteoraDAMMv2 DEX on Solana](https://ide.bitquery.io/Real-time-trades-on-MeteoraDAMMv2-DEX-on-Solana) + +### Orca + +#### Latest pool created on Orca - Websocket + +For instance, Index 1 and 2 represent the tokens involved in the pool, while Index 4 is for the pool's address. Note that the indexing starts from 0. + +▶️ [Latest pool created on Orca - Websocket](https://ide.bitquery.io/Latest-pool-created-on-Orca---Websocket_1) + +#### Liquidity addition for orca whirlpool + +In this section, we will discover data streams that provides us with the real time events of liquidity addition and liquidity removal for the Orca Whirlpool DEX, which has `whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc` as the Program Address. + +▶️ [Liquidity addition for orca whirlpool](https://ide.bitquery.io/liquidity-addition-for-orca-whirlpool_1) + +#### Liquidity removal for orca whirlpool + +With Orca’s program and negative base change, stream liquidity removals from Whirlpool markets. + +▶️ [Liquidity removal for orca whirlpool](https://ide.bitquery.io/liquidity-removal-for-orca-whirlpool_1) + +#### Orca DEX Trades Websocket + +To access a real-time stream of trades for Solana Orca DEX. + +▶️ [Orca DEX Trades Websocket](https://ide.bitquery.io/Orca-DEX-Trades-Websocket) + +#### Orca DEX Trades for a specific currency Websocket + +By setting the limit to 1, you will receive the most recent trade, which reflects the latest price of the token. + +▶️ [Orca DEX Trades for a specific currency Websocket](https://ide.bitquery.io/Orca-DEX-Trades-for-a-specific-currency-Websocket) + +#### Price of a token on Orca + +You can use the following query to get the latest price of a token, we have used WSOL address here in the below example. We are getting realtime price of WSOL on Orca DEX on Solana in different pools. + +▶️ [Price of a token on Orca](https://ide.bitquery.io/Price-of-a-token-on-Orca) + +### Jupiter + +#### Latest Cancel Expired Order Transactions on Jupiter in realtime + +We track Jupiter's Limit Order program address `jupoNjAxXgZ4rjzxzPMP4oxduvQsQtZzyknqvzYNrNu` for `cancelExpiredOrder` instructions. The query returns transaction signatures, account details, and program arguments for expired order cancellations. + +▶️ [Latest Cancel Expired Order Transactions on Jupiter in realtime](https://ide.bitquery.io/Latest-Cancel-Expired-Order-Transactions-on-Jupiter-in-realtime_1) + +#### Latest Cancel Limit Order Transactions on Jupiter in realtime + +We track Jupiter's Limit Order program address `jupoNjAxXgZ4rjzxzPMP4oxduvQsQtZzyknqvzYNrNu` for `cancelOrder` instructions. The query returns input mint addresses, maker addresses, reserve addresses, and cancellation details. + +▶️ [Latest Cancel Limit Order Transactions on Jupiter in realtime](https://ide.bitquery.io/Latest-Cancel-Limit-Order-Transactions-on-Jupiter-in-realtime) + +#### Tokens involved in Jupiter swap, source address, destination address, DEX involved + +We monitor Jupiter's program address `JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4` for `sharedAccountsRoute` instructions to track swap activity. The query returns tokens involved in swaps, source and destination addresses, and routing information. + +▶️ [Tokens involved in Jupiter swap, source address, destination address, DEX involved](https://ide.bitquery.io/Tokens-involved-in-Jupiter-swap-source-address-destination-address-DEX-involved_2) + +## BSC + +### Trades + +#### Real-time Trades on BSC + +This subscription returns the real-time trades happening on BSC Network. You can modify the stream to get real-time trades for a particular token, a particular token pair and even a particular trader. + +▶️ [Real-time Trades on BSC](https://ide.bitquery.io/subscribe-to-dex-trades-on-BNB-mainnet) + +#### All BNB Trade Stream + +Crypto Trades API: one row per swap, with USD and supply. Filter `Pair.Market.Network: Binance Smart Chain`. When to use this vs chain DEX APIs. + +▶️ [All BNB Trade Stream](https://ide.bitquery.io/All-BNB-Trade-Stream) + +#### Subscribe to bsc dex trades + +This example uses the chain-specific DEXTrades cube via `EVM(network: bsc) { DEXTrades }` (pool-side Buy/Sell; see DEXTrades cube). USD fields can be empty on thin pools. For swap rows with trader + USD, use the stream at the top of this page. + +▶️ [Subscribe to bsc dex trades](https://ide.bitquery.io/subscribe-to-bsc-dex-trades) + +### Transfers + +#### Transfers where sender is a particular address + +Transfers where sender is a particular address. Uses the `Transfers` cube. + +▶️ [Transfers where sender is a particular address](https://ide.bitquery.io/Transfers-where-sender-is-a-particular-address) + +### Balances & Holders + +#### Real-time Transaction Balance Update for a Wallet on BSC + +This stream provides real time transaction balance updates for a wallet on BSC. + +▶️ [Real-time Transaction Balance Update for a Wallet on BSC](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address-bsc) + +#### Balance update after transfer received from multiple addresses--stream bsc + +Balance update after transfer received from multiple addresses--stream bsc. Uses the `TransactionBalances` cube. + +▶️ [Balance update after transfer received from multiple addresses--stream bsc](https://ide.bitquery.io/Balance-update-after-transfer-received-from-multiple-addresses--stream-bsc) + +#### Balance update after transfer received--stream bsc + +Balance update after transfer received--stream bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update after transfer received--stream bsc](https://ide.bitquery.io/Balance-update-after-transfer-received--stream-bsc) + +#### Balance update after transfer sent from multiple addresses--stream bsc + +Balance update after transfer sent from multiple addresses--stream bsc. Uses the `TransactionBalances` cube. + +▶️ [Balance update after transfer sent from multiple addresses--stream bsc](https://ide.bitquery.io/Balance-update-after-transfer-sent-from-multiple-addresses--stream-bsc) + +#### Balance update after transfer sent--stream bsc + +Balance update after transfer sent--stream bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update after transfer sent--stream bsc](https://ide.bitquery.io/Balance-update-after-transfer-sent--stream-bsc) + +#### Balance update from transfer for an address--stream bsc + +Balance update from transfer for an address--stream bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update from transfer for an address--stream bsc](https://ide.bitquery.io/balance-update-from-transfer-for-an-address--stream-bsc) + +#### Balance update from transfer for multiple addresses--stream bsc + +Balance update from transfer for multiple addresses--stream bsc. Uses the `TransactionBalances` cube. + +▶️ [Balance update from transfer for multiple addresses--stream bsc](https://ide.bitquery.io/balance-update-from-transfer-for-multiple-addresses--stream-bsc) + +#### Monitor balance after unused gas fee returned for an address--stream bsc + +Monitor balance after unused gas fee returned for an address--stream bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Monitor balance after unused gas fee returned for an address--stream bsc](https://ide.bitquery.io/Monitor-balance-after-unused-gas-fee-returned--for-an-address--stream-bsc) + +#### Monitor balance after unused gas fee returned for multiple addresses--stream bsc + +Monitor balance after unused gas fee returned for multiple addresses--stream bsc. Uses the `TransactionBalances` cube. + +▶️ [Monitor balance after unused gas fee returned for multiple addresses--stream bsc](https://ide.bitquery.io/Monitor-balance-after-unused-gas-fee-returned--for-multiple-addresses--stream-bsc) + +#### Monitor balance and gas fee paid for an address using stream bsc + +Monitor balance and gas fee paid for an address using stream bsc. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Monitor balance and gas fee paid for an address using stream bsc](https://ide.bitquery.io/Monitor-balance-and-gas-fee-paid-for-an-address-using-stream-bsc) + +### Price & OHLC + +#### Realtime price of a ETH in terms of WBNB + +Provides real-time updates on price of ETH `0x2170Ed0880ac9A755fd29B2688956BD959F933F8` in terms of WBNB `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c`, including details about the DEX, market, and order specifics. + +▶️ [Realtime price of a ETH in terms of WBNB](https://ide.bitquery.io/realtime-price-of-a-ETH-in-terms-of-WBNB) + +#### Stream for latest prices for Flap.sh tokens + +Subscribe to real-time price updates for all Flap.sh tokens. + +▶️ [Stream for latest prices for Flap.sh tokens](https://ide.bitquery.io/Stream-for-latest-prices-for-Flapsh-tokens) + +### Supply & Market Cap + +#### BSC tokens with market cap above $1 million (Trading API) + +Subscribe when **`Token.Id`** matches BSC and **`Supply.MarketCap`** > 1,000,000 USD. + +▶️ [BSC tokens with market cap above $1 million (Trading API)](https://ide.bitquery.io/realtime-stream-bsc-tokens-with-marketcap-above-1-million_1) + +#### All trades on BSC with Price, Marketcap, supply + +Stream all BSC DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. Filter by `Pair.Market.Network: Binance Smart Chain` to capture every swap across all BSC DEXs in a single subscription. + +▶️ [All trades on BSC with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-on-BSC-with-Price-Marketcap-supply) + +#### Bsc token marketcap stream + +Subscribe to `Tokens` where currency id includes `bsc`, with interval duration greater than 1 (second). + +▶️ [Bsc token marketcap stream](https://ide.bitquery.io/bsc-token-marketcap-stream) + +### Liquidity & Pools + +#### Realtime Liquidity Stream of a Specific Pool + +This subscription query monitors real-time liquidity changes for a specific DEX pool on BSC. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. + +▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_1) + +#### Realtime Slippage Monitoring + +This subscription query returns real-time slippage data for all DEX pools on BSC. You can monitor price impact and liquidity depth as trades occur. + +▶️ [Realtime Slippage Monitoring](https://ide.bitquery.io/realtime-slippage-on-bsc) + +#### Realtime Liquidity Stream + +This subscription query returns real-time liquidity data for all DEX pools on BSC. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. + +▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_2) + +### Events & Calls + +#### Newly Created Tokens on BSC network + +This subscription websocket lets you track the newly created tokens on BSC network. You will find the newly created token contract address in the response under `Receipt: ContractAddress` field. + +▶️ [Newly Created Tokens on BSC network](https://ide.bitquery.io/Newly-Created-Tokens-on-BSC-network_2) + +### Mempool + +#### Bsc mempool txs + +Use a GraphQL `subscription` on the Bitquery streaming WebSocket `wss://streaming.bitquery.io/graphql` with root `EVM(network: bsc, mempool: true)`. + +▶️ [Bsc mempool txs](https://ide.bitquery.io/bsc-mempool-txs) + +#### Monitor mempool trades bsc + +Stream all DEX trades happening in the BSC mempool in real-time. Monitor buy/sell activity, prices, volumes, and trading pairs across all DEXs before transactions are confirmed. + +▶️ [Monitor mempool trades bsc](https://ide.bitquery.io/monitor-mempool-trades-bsc) + +### Blocks & Validators + +#### Real-time Validator Rewards for BSC + +This stream provides the info on rewards received by validators on BSC in real time. + +▶️ [Real-time Validator Rewards for BSC](https://ide.bitquery.io/Track-Validator-Balance-Updates-bsc_1) + +#### Track MEV Balance in Real Time for BSC + +This stream monitors MEV activities and Balance Updates on BSC in real time. + +▶️ [Track MEV Balance in Real Time for BSC](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates-bsc) + +#### All Self-Destruct Event Balances Stream bsc + +Monitor all contract self-destruct event balances in real-time using this GraphQL subscription. + +▶️ [All Self-Destruct Event Balances Stream bsc](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream-bsc) + +#### Filter by MEV Bot or Builder Address bsc + +Track balance changes for specific MEV bots or block builders. + +▶️ [Filter by MEV Bot or Builder Address bsc](https://ide.bitquery.io/Filter-by-MEV-Bot-or-Builder-Address-bsc) + +#### Filter by Miner Address bsc + +Track balance changes for a specific miner address. + +▶️ [Filter by Miner Address bsc](https://ide.bitquery.io/Filter-by-Miner-Address-bsc) + +#### Filter by Validator Address bsc + +Track balance changes for a specific validator address. + +▶️ [Filter by Validator Address bsc](https://ide.bitquery.io/Filter-by-Validator-Address-bsc_1) + +#### Track Block Mining Rewards bsc + +Track rewards received by miners for successfully mining blocks. + +▶️ [Track Block Mining Rewards bsc](https://ide.bitquery.io/Track-Block-Mining-Rewards-bsc) + +#### Track Ephemeral MEV Contract Balance Changes bsc + +Monitor balance changes for short-lived contracts that are created and destroyed in the same transaction (typical pattern for MEV bots) using this subscription. + +▶️ [Track Ephemeral MEV Contract Balance Changes bsc](https://ide.bitquery.io/Track-Ephemeral-MEV-Contract-Balance-Changes-bsc) + +#### Track Large MEV Transactions bsc + +Monitor large transaction fee rewards that may indicate significant MEV extraction. + +▶️ [Track Large MEV Transactions bsc](https://ide.bitquery.io/Track-Large-MEV-Transactions-bsc) + +#### Track Large Self-Destruct Transaction Balances bsc + +Monitor significant self-destruct balance changes (e.g., > $1000 USD) using this subscription. + +▶️ [Track Large Self-Destruct Transaction Balances bsc](https://ide.bitquery.io/Track-Large-Self-Destruct-Transaction-Balances-bsc) + +### Four Meme + +#### Four Meme Token Creations Stream + +This stream returns the latest token creations on `Four Meme` on BSC Network in real time. + +▶️ [Four Meme Token Creations Stream](https://ide.bitquery.io/track-Four-meme-token-creation-using-events_2) + +#### Four Meme Trades Stream + +This stream returns the latest trades happening on `Four Meme` on BSC Network in real time. + +▶️ [Four Meme Trades Stream](https://ide.bitquery.io/Latest-trades-on-fourmeme) + +#### Four Meme User Trades + +This stream helps in monitoring the trades of a Four Meme user in real time. + +▶️ [Four Meme User Trades](https://ide.bitquery.io/monitor-trades-of-a-trader-on-four-meme) + +#### Stream Real-time MarketCap of FourMeme Tokens + +Real-time market cap stream with OHLC for FourMeme tokens at 1-second intervals. Market cap is calculated from price using fixed 1 billion supply. + +▶️ [Stream Real-time MarketCap of FourMeme Tokens](https://ide.bitquery.io/Real-Time-Marektcap-and-price-for-Four-meme-tokens) + +#### Four Meme bonding curve completion mempool + +Monitor tokens that are about to complete their bonding curve (near graduation) in the mempool. + +▶️ [Four Meme bonding curve completion mempool](https://ide.bitquery.io/Four-Meme-bonding-curve-completion-mempool) + +#### Four Meme large buys mempool + +Monitor large buy orders in the mempool to detect whale activity and potential price pumps. + +▶️ [Four Meme large buys mempool](https://ide.bitquery.io/Four-Meme-large-buys-mempool) + +### PancakeSwap + +#### Real-time Mempool Trades on Pancakeswap + +Get real time unconfirmed trades on Pancakeswap, using the given stream. + +▶️ [Real-time Mempool Trades on Pancakeswap](https://ide.bitquery.io/Mempool---Latest-BSC-PancakeSwap-v3-dextrades---Stream) + +#### Track Four Meme Token migrations to PancakeSwap + +This query tracks four meme token migrations to Pancakeswap in realtime by monitoring transactions sent to the Four Meme factory address and filtering for `PairCreated` and `PoolCreated` events. These events are emitted when a token graduates from Four Meme and migrates to Pancakeswap. + +▶️ [Track Four Meme Token migrations to PancakeSwap](https://ide.bitquery.io/four-meme-migration-to-pancakeswap) + +#### Binance meme rush migration to pancakeswap + +Tracks Binance Meme Rush token migrations to Pancakeswap in realtime by monitoring transactions sent to the Four Meme factory address (`0x5c952063c7fc8610ffdb798152d69f0b9550762b`) and filtering for `PairCreated` and `PoolCreated` events. + +▶️ [Binance meme rush migration to pancakeswap](https://ide.bitquery.io/binance-meme-rush-migration-to-pancakeswap) + +#### Latest BSC PancakeSwap v3 dextrades - Stream + +Latest BSC PancakeSwap v3 dextrades - Stream. Uses the `DEXTrades` cube. + +▶️ [Latest BSC PancakeSwap v3 dextrades - Stream](https://ide.bitquery.io/Latest-BSC-PancakeSwap-v3-dextrades---Stream_2) + +#### Mempool - Latest BSC PancakeSwap v3 dextrades - Stream + +Mempool - Latest BSC PancakeSwap v3 dextrades - Stream. Uses the `DEXTrades` cube. + +▶️ [Mempool - Latest BSC PancakeSwap v3 dextrades - Stream](https://ide.bitquery.io/Mempool---Latest-BSC-PancakeSwap-v3-dextrades---Stream_1) + +#### Stream - BSC PancakeSwap v3 Trades for a token + +Stream - BSC PancakeSwap v3 Trades for a token. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Stream - BSC PancakeSwap v3 Trades for a token](https://ide.bitquery.io/Stream---BSC-PancakeSwap-v3-Trades-for-a-token) + +### Uniswap + +#### Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4 + +This subscription query monitors real-time liquidity changes for all pools in a specific DEX protocol on BSC. Here we have taken example of Uniswap V4. + +▶️ [Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4](https://ide.bitquery.io/Latest-Liquidity-Changes-of-Pools-in-a-Specific-DEX-Protocol---Uniswap-V4) + +#### Newly Created Pools on Uniswap v3 on BSC network + +This subscription websocket lets you track the newly created pools on Uniswap V3 `0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7`. + +▶️ [Newly Created Pools on Uniswap v3 on BSC network](https://ide.bitquery.io/Newly-Created-Pools-on-Uniswap-v3-on-BSC-network_3) + +#### Real time trades for uniswap v4 bsc + +The Uniswap v4 PoolManager contract emits all pool-related events, including pool initialization, swaps, and liquidity modifications, and serves as the single on-chain source of truth for Uniswap v4 activity on BSC. + +▶️ [Real time trades for uniswap v4 bsc](https://ide.bitquery.io/Real-time-trades-for-uniswap-v4-bsc) + +#### Uniswap v4 pool liquidity bsc + +Stream live liquidity for all Uniswap v4 pools on BSC. + +▶️ [Uniswap v4 pool liquidity bsc](https://ide.bitquery.io/uniswap-v4-pool-liquidity-bsc) + +#### Uniswap v4 pool liquidity by poolid bsc + +Liquidity for v4 pools is reconstructed by stepping through each price range where liquidity is concentrated , so `AmountCurrencyA` / `AmountCurrencyB` reflect the actual PoolManager balances for that `PoolId`. + +▶️ [Uniswap v4 pool liquidity by poolid bsc](https://ide.bitquery.io/uniswap-v4-pool-liquidity-by-poolid-bsc) + +## Base + +### Trades + +#### Base DEX Trades Stream + +This stream returns all the real time DEX trades happening on Base. You can modify this stream to get DEX trades on a particular DEX or trades of a particular token or trades by a particular trader. + +▶️ [Base DEX Trades Stream](https://ide.bitquery.io/subscribe-to-dex-trades-on-base_1) + +#### All Base Trade Stream + +Crypto Trades API: one row per swap, with USD and supply. Filter `Pair.Market.Network: Base`. When to use this vs chain DEX APIs. + +▶️ [All Base Trade Stream](https://ide.bitquery.io/All-Base-Trade-Stream) + +#### Subscribe to dex trades on base + +Read DEXTrades vs DEXTradeByTokens vs Trades cube to get a better understanding on when to use which cube. + +▶️ [Subscribe to dex trades on base](https://ide.bitquery.io/subscribe-to-dex-trades-on-base) + +#### Subscription for Latest Trades for AERO + +For this part, we have chosen AERO token as the token is currently trending and have high trade volume. + +▶️ [Subscription for Latest Trades for AERO](https://ide.bitquery.io/Subscription-for-Latest-Trades-for-AERO_1) + +### Transfers + +#### Token Transfers Stream + +This stream lets you monitor all the token transfers for a particular token. You can modify this subscription to track and monitor token transfers for a particular token from or to a particular address. + +▶️ [Token Transfers Stream](https://ide.bitquery.io/Subscribe-to-Latest-USDC-token-transfers) + +#### Newly created zora tokens stream + +You can also stream the latest tokens created in real-time using. + +▶️ [Newly created zora tokens stream](https://ide.bitquery.io/Newly-created-zora-tokens-stream) + +#### Sender is a particular address + +Sender is a particular address. Uses the `Transfers` cube. + +▶️ [Sender is a particular address](https://ide.bitquery.io/Sender-is-a-particular-address_3) + +#### Whale transfers of USDC on base + +The subscription query below fetches the whale transactions on the Base network. We have used USDC address `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`. + +▶️ [Whale transfers of USDC on base](https://ide.bitquery.io/Whale-transfers-of-USDC-on-base) + +### Balances & Holders + +#### Stream Token Balance of a Address in Real Time + +Subscribe to real-time token balance updates for a specific address and token. This subscription will notify you whenever the token balance changes. + +▶️ [Stream Token Balance of a Address in Real Time](https://ide.bitquery.io/Stream-Token-Balance-Updates-in-Real-Time-on-base) + +#### Subscribe to All Transaction Balances + +This subscription provides real-time balance updates for all addresses involved in transactions on the Base network. + +▶️ [Subscribe to All Transaction Balances](https://ide.bitquery.io/Subscribe-to-All-Transaction-Balances_1) + +#### Subscribe to Transaction Balances for a Specific Address + +This subscription filters transaction balances for a specific address in real-time. + +▶️ [Subscribe to Transaction Balances for a Specific Address](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address_1) + +#### Track Token Balance Changes + +Monitor token balance changes for a specific token across all transactions. This helps track token movements and transfers. + +▶️ [Track Token Balance Changes](https://ide.bitquery.io/Track-Token-Balance-Changes-by-Transaction-on-base) + +#### Balance update from transfer for an address stream base + +Balance update from transfer for an address stream base. Uses the `TransactionBalances` cube. Replace the address in the `where` clause to use it. + +▶️ [Balance update from transfer for an address stream base](https://ide.bitquery.io/balance-update-from-transfer-for-an-address--stream-base) + +#### Subscribe to All Transaction Balances base + +Provides real-time balance updates for all addresses involved in transactions on the Base network. + +▶️ [Subscribe to All Transaction Balances base](https://ide.bitquery.io/Subscribe-to-All-Transaction-Balances-base) + +#### Subscribe to Transaction Balances for a Specific Address base + +This subscription filters transaction balances for a specific address. + +▶️ [Subscribe to Transaction Balances for a Specific Address base](https://ide.bitquery.io/Subscribe-to-Transaction-Balances-for-a-Specific-Address-base) + +#### Track Block Builder Rewards base + +Monitor transaction fee rewards received by block builders (MEV extractors) + +▶️ [Track Block Builder Rewards base](https://ide.bitquery.io/Track-Block-Builder-Rewards-base) + +#### Track Transaction Fee Rewards base + +Monitor transaction fee rewards received by miners. + +▶️ [Track Transaction Fee Rewards base](https://ide.bitquery.io/Track-Transaction-Fee-Rewards-base) + +### Price & OHLC + +#### Real-time 1 second OHLC + +This stream provides real time price and OHLC stream for all tokens on Base based on trades. + +▶️ [Real-time 1 second OHLC](https://ide.bitquery.io/1-second-OHLC-k-line-Base) + +#### Token Price Stream + +This stream returns the real time trade price of a token against the token it is traded with and the price in USD. You could modify the stream to get the price of the token for a particular token pair or against a particular token. + +▶️ [Token Price Stream](https://ide.bitquery.io/token-price-stream_2) + +#### Aerodrome dex - realtime prices, 1-sec ohlc, trading volumes + +Below API gives you instant access to live Aerodrome market data with pre-calculated OHLC, moving averages, and trading volumes updating every second—no complex calculations needed, just plug and play for your trading bots or analytics platform. + +▶️ [Aerodrome dex - realtime prices, 1-sec ohlc, trading volumes](https://ide.bitquery.io/aerodrome-dex---realtime-prices-1-sec-ohlc-trading-volumes) + +#### Get latest price of DAI in USD on Base + +Retrieves the USD price of a token on Base chain by setting `SmartContract: {is: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"}` . Check the field `PriceInUSD` for the USD value. You can access the query. + +▶️ [Get latest price of DAI in USD on Base](https://ide.bitquery.io/Get-latest-price-of-DAI-in-USD-on-Base) + +#### Price of USDC in terms of DAI on Base network + +Provides real-time updates on price of USDC `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` in terms of DAI `0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb`, including details about the DEX, market, and order specifics. + +▶️ [Price of USDC in terms of DAI on Base network](https://ide.bitquery.io/Price-of-USDC-in-terms-of-DAI-on-Base-network) + +### Supply & Market Cap + +#### Base token market cap stream (Trading API) + +Subscribe to **`Tokens`** rows for assets whose currency id includes **`base`** (interval duration > 1s). + +▶️ [Base token market cap stream (Trading API)](https://ide.bitquery.io/base-token-marketcap-stream) + +#### Base tokens with market cap above $1 million (Trading API) + +Subscribe when **`Token.Id`** matches Base and **`Supply.MarketCap`** > 1,000,000 USD. + +▶️ [Base tokens with market cap above $1 million (Trading API)](https://ide.bitquery.io/realtime-stream-base-tokens-with-marketcap-above-1-million) + +#### All trades on Base with Price, Marketcap, supply + +Stream all Base DEX trades in real time with USD price, market cap, FDV, circulating supply, and transaction fee data. Filter by `Pair.Market.Network: Base` to capture every swap across all Base DEXs in a single subscription. + +▶️ [All trades on Base with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-on-Base-with-Price-Marketcap-supply) + +#### Bankr token realtime marketcap OHLC stream + +Subscribe to live 1-second OHLC + market cap updates for a specific Bankr token. + +▶️ [Bankr token realtime marketcap OHLC stream](https://ide.bitquery.io/Bankr-token-realtime-marketcap-OHLC-stream) + +#### Base tokens above 100k marketcap stream + +Stream every Base token currently above $100k FDV. Useful as a high-mcap or "graduated by mcap" alert. + +▶️ [Base tokens above 100k marketcap stream](https://ide.bitquery.io/Base-tokens-above-100k-marketcap-stream) + +### Liquidity & Pools + +#### Realtime Slippage Monitoring + +This subscription query returns real-time slippage data for all DEX pools on Base. You can monitor price impact and liquidity depth as trades occur. + +▶️ [Realtime Slippage Monitoring](https://ide.bitquery.io/realtime-slippage-on-base) + +#### Realtime Liquidity Stream + +This subscription query returns real-time liquidity data for all DEX pools on Base. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. + +▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_3) + +#### Realtime Liquidity Stream of a Specific Pool + +This subscription query monitors real-time liquidity changes for a specific DEX pool on Base. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. + +▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_3) + +### Events & Calls + +#### Realtime stream Bankr launches Base + +Convert the above query into a subscription to be notified of every new token the moment it lands on Base. + +▶️ [Realtime stream Bankr launches Base](https://ide.bitquery.io/Realtime-stream-Bankr-launches-Base) + +### Blocks & Validators + +#### Monitoring Balance after Latest Gas Fee Burn + +Monitor the balance and gas fee burnt for a particular address in real-time. + +▶️ [Monitoring Balance after Latest Gas Fee Burn](https://ide.bitquery.io/Monitor-balance-and-gas-fee-paid-for-an-address-using-stream_2) + +#### Track All Self-Destruct Event Balances + +Monitor all contract self-destruct event balances in real-time. + +▶️ [Track All Self-Destruct Event Balances](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream-base_1) + +#### Track Block Mining Rewards + +Track rewards received by miners for successfully mining blocks in real-time. + +▶️ [Track Block Mining Rewards](https://ide.bitquery.io/Track-Block-Mining-Rewards-base_1) + +#### Track MEV-Related Balance Updates + +Monitor balance changes related to MEV activities, including transaction fee rewards and block builder rewards. + +▶️ [Track MEV-Related Balance Updates](https://ide.bitquery.io/Track-MEV-Related-Balance-Updates-base_1) + +#### Track Miner Balance Updates + +Monitor balance changes for Base miners, including block rewards, uncle block rewards, and transaction fee rewards. + +▶️ [Track Miner Balance Updates](https://ide.bitquery.io/Track-Miner-Balance-Updates-BASE_1) + +#### Track Validator Rewards + +Track validator rewards and balance increases from staking activities in real-time. + +▶️ [Track Validator Rewards](https://ide.bitquery.io/Track-Validator-Balance-Updates-on-base) + +#### All Self Destruct Event Balances Stream base + +Monitor all contract self-destruct event balances in real-time using this GraphQL subscription. + +▶️ [All Self Destruct Event Balances Stream base](https://ide.bitquery.io/All-Self-Destruct-Event-Balances-Stream-base) + +#### Filter by MEV Bot or Builder Address base + +Track balance changes for specific MEV bots or block builders. + +▶️ [Filter by MEV Bot or Builder Address base](https://ide.bitquery.io/Filter-by-MEV-Bot-or-Builder-Address-base) + +#### Filter by Miner Address base + +Track balance changes for a specific miner address. + +▶️ [Filter by Miner Address base](https://ide.bitquery.io/Filter-by-Miner-Address-base) + +#### Track Block Mining Rewards base + +Track rewards received by miners for successfully mining blocks. + +▶️ [Track Block Mining Rewards base](https://ide.bitquery.io/Track-Block-Mining-Rewards-base) + +### Uniswap + +#### Pair Creation on Uniswap + +This stream returns the real time liquidity pools/token pairs created on Uniswap V3. You could modify the stream to monitor newly created pools on a different protocol. + +▶️ [Pair Creation on Uniswap](https://ide.bitquery.io/Latest-pools-created-Uniswap-v3-Base) + +#### Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders + +1-second OHLC and volume stream for tokens traded on Uniswap v3 (Base). Great for bot trading strategies. + +▶️ [Uniswap v3 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/Uniswap-v3-DEX-tokens-1-second-price-stream-with-OHLC_1) + +#### Bankr token V4 swaps realtime + +Bankr trades clear on the Uniswap V4 singleton. Use the Crypto Trades API (`Trading.Trades`) to stream swap-level rows with USD price, market cap, supply, trader, and V4 pool id. + +▶️ [Bankr token V4 swaps realtime](https://ide.bitquery.io/Bankr-token-V4-swaps-realtime) + +#### Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4 + +This subscription query monitors real-time liquidity changes for all pools in a specific DEX protocol on Base. Here we have taken example of Uniswap V4. + +▶️ [Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4](https://ide.bitquery.io/Latest-Liquidity-Changes-of-Pools-in-a-Specific-DEX-Protocol---Uniswap-V4_5) + +#### Real time trades on uniswap v4 base + +The Uniswap v4 PoolManager contract emits all pool-related events, including pool initialization, swaps, and liquidity modifications, and serves as the single on-chain source of truth for Uniswap v4 activity on Base. + +▶️ [Real time trades on uniswap v4 base](https://ide.bitquery.io/Real-time-trades-on-uniswap-v4-base) + +#### Uniswap v4 pool liquidity base + +Stream live liquidity for all Uniswap v4 pools on Base. + +▶️ [Uniswap v4 pool liquidity base](https://ide.bitquery.io/uniswap-v4-pool-liquidity-base) + +## Arbitrum + +### Trades + +#### Arbitrum Dextrades subscription + +This example uses the chain-specific DEXTrades cube via `EVM(network: arbitrum) { DEXTrades }` (pool-side Buy/Sell; see DEXTrades cube). USD can be weak on thin pools. For trader + USD swap rows, use the stream at the top. + +▶️ [Arbitrum Dextrades subscription](https://ide.bitquery.io/Arbitrum-Dextrades-subscription) + +### Supply & Market Cap + +#### Arbitrum token marketcap stream + +Subscribe to `Tokens` where currency id includes `arbitrum`, with interval duration greater than 1 (second). You get token fields, block time, supply (MarketCap, FullyDilutedValuationUsd), price (OHLC and mean), and volume. + +▶️ [Arbitrum token marketcap stream](https://ide.bitquery.io/arbitrum-token-marketcap-stream) + +#### Realtime stream arbitrum tokens with marketcap above 1 million + +Subscribe when `Token.Id` matches Arbitrum (`arbitrum`) and `Supply.MarketCap` > 1,000,000 (USD). + +▶️ [Realtime stream arbitrum tokens with marketcap above 1 million](https://ide.bitquery.io/realtime-stream-arbitrum-tokens-with-marketcap-above-1-million) + +### Liquidity & Pools + +#### Realtime liquidity stream + +This subscription query returns real-time liquidity data for all DEX pools on Arbitrum. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. + +▶️ [Realtime liquidity stream](https://ide.bitquery.io/realtime-liquidity-stream_1) + +#### Realtime liquidity stream of a specific pool + +This subscription query monitors real-time liquidity changes for a specific DEX pool on Arbitrum. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. + +▶️ [Realtime liquidity stream of a specific pool](https://ide.bitquery.io/realtime-liquidity-stream-of-a-specific-pool) + +#### Realtime slippage on arbitrum + +This subscription query returns real-time slippage data for all DEX pools on Arbitrum. You can monitor price impact and liquidity depth as trades occur. + +▶️ [Realtime slippage on arbitrum](https://ide.bitquery.io/realtime-slippage-on-arbitrum) + +### Transactions + +#### Arbitrum: Timeboost Auction Transactions in Realtime + +Use the following subscription in the Bitquery IDE to watch every TimeBoost auction interaction. The query filters on the auction contract address and surfaces both transaction context and decoded ABI arguments. + +▶️ [Arbitrum: Timeboost Auction Transactions in Realtime](https://ide.bitquery.io/Arbitrum-Timeboost-Auction-Transactions-in-Realtime) + +### Uniswap + +#### Latest liquidity changes in uniswap v4 pools + +This subscription query monitors real-time liquidity changes for all pools in a specific DEX protocol on Arbitrum. Here we have taken example of Uniswap V4. + +▶️ [Latest liquidity changes in uniswap v4 pools](https://ide.bitquery.io/latest-liquidity-changes-in-uniswap-v4-pools) + +#### Real time trades for uniswap v4 arbitrum + +The Uniswap v4 PoolManager contract emits all pool-related events, including pool initialization, swaps, and liquidity modifications, and serves as the single on-chain source of truth for Uniswap v4 activity on Arbitrum. + +▶️ [Real time trades for uniswap v4 arbitrum](https://ide.bitquery.io/Real-time-trades-for-uniswap-v4-arbitrum) + +## Optimism + +### Trades + +#### Real time trades for uniswap v4 optimism + +The Uniswap v4 PoolManager contract emits all pool-related events, including pool initialization, swaps, and liquidity modifications, and serves as the single on-chain source of truth for Uniswap v4 activity on Optimism. + +▶️ [Real time trades for uniswap v4 optimism](https://ide.bitquery.io/Real-time-trades-for-uniswap-v4-optimism) + +#### Realtime optimism dex trades websocket + +This example uses the chain-specific DEXTrades cube via `EVM(network: optimism) { DEXTrades }` (pool-side Buy/Sell; see DEXTrades cube). USD can be weak on thin pools. For trader + USD swap rows, use the stream at the top. + +▶️ [Realtime optimism dex trades websocket](https://ide.bitquery.io/Realtime-optimism-dex-trades-websocket) + +### Transfers + +#### Sender is a particular address + +Sender is a particular address. Uses the `Transfers` cube. + +▶️ [Sender is a particular address](https://ide.bitquery.io/Sender-is-a-particular-address) + +#### Whale transfers of USDT on optimism + +The subscription query below fetches the whale transactions on the Optimism network. We have used USDT address `0x94b008aA00579c1307B0EF2c499aD98a8ce58e58` + +▶️ [Whale transfers of USDT on optimism](https://ide.bitquery.io/Whale-transfers-of-USDT-on-optimism) + +### Price & OHLC + +#### Get latest price of WBTC in USD on optimism + +Retrieves the USD price of a token on Optimism by setting `SmartContract: {is: "0x68f180fcCe6836688e9084f035309E29Bf0A2095"}` . Check the field `PriceInUSD` for the USD value. You can access the query. + +▶️ [Get latest price of WBTC in USD on optimism](https://ide.bitquery.io/Get-latest-price-of-WBTC-in-USD-on-optimism) + +#### Price of WETH in terms of USDC on Optimism + +Provides real-time updates on price of WETH `0x4200000000000000000000000000000000000006` in terms of USD Coin `0x7f5c764cbc14f9669b88837ca1490cca17c31607`, including details about the DEX, market, and order specifics. + +▶️ [Price of WETH in terms of USDC on Optimism](https://ide.bitquery.io/Price-of-WETH-in-terms-of-USDC-on-Optimism) + +## Polygon + +### Trades + +#### Real time trades for uniswap v4 matic + +The Uniswap v4 PoolManager contract emits all pool-related events, including pool initialization, swaps, and liquidity modifications, and serves as the single on-chain source of truth for Uniswap v4 activity on Matic. + +▶️ [Real time trades for uniswap v4 matic](https://ide.bitquery.io/Real-time-trades-for-uniswap-v4-matic) + +#### Realtime matic dex trades websocket + +Read DEXTrades vs DEXTradeByTokens vs Trades cube to understand when to use which cube. + +▶️ [Realtime matic dex trades websocket](https://ide.bitquery.io/Realtime-matic-dex-trades-websocket) + +### Transfers + +#### Sender is a particular address + +Sender is a particular address. Uses the `Transfers` cube. + +▶️ [Sender is a particular address](https://ide.bitquery.io/Sender-is-a-particular-address_2) + +#### Whale transfers of USDC on matic + +The subscription query below fetches the whale transactions on the MATIC network. We have used USDC address `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`. + +▶️ [Whale transfers of USDC on matic](https://ide.bitquery.io/Whale-transfers-of-USDC-on-matic) + +### Supply & Market Cap + +#### All trades on Polygon with Price, Marketcap, supply + +Crypto Trades API: one row per swap, with USD and supply. For Polygon use `Pair.Market.Network: Matic`. When to use this vs chain DEX APIs. + +▶️ [All trades on Polygon with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-on-Polygon-with-Price-Marketcap-supply) + +#### Matic token marketcap stream + +Subscribe to `Tokens` where currency id includes `matic`, with interval duration greater than 1 (second). + +▶️ [Matic token marketcap stream](https://ide.bitquery.io/matic-token-marketcap-stream) + +### Liquidity & Pools + +#### Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4 + +This subscription query monitors real-time liquidity changes for all pools in a specific DEX protocol on Matic. Here we have taken example of Uniswap V4. + +▶️ [Latest Liquidity Changes of Pools in a Specific DEX Protocol - Uniswap V4](https://ide.bitquery.io/Latest-Liquidity-Changes-of-Pools-in-a-Specific-DEX-Protocol---Uniswap-V4_7) + +#### Realtime Liquidity Stream + +This subscription query returns real-time liquidity data for all DEX pools on Matic. You can monitor liquidity changes, pool reserves, and spot prices as trades and liquidity modifications occur across all pools. + +▶️ [Realtime Liquidity Stream](https://ide.bitquery.io/Realtime-Liquidity-Stream_5) + +#### Realtime Liquidity Stream of a Specific Pool + +This subscription query monitors real-time liquidity changes for a specific DEX pool on Matic. Use this to track liquidity events, pool reserves, and spot prices for a particular pool as they occur. + +▶️ [Realtime Liquidity Stream of a Specific Pool](https://ide.bitquery.io/Realtime-Liquidity-Stream-of-a-Specific-Pool_5) + +#### Realtime slippage on matic + +This subscription query returns real-time slippage data for all DEX pools on Matic. You can monitor price impact and liquidity depth as trades occur. + +▶️ [Realtime slippage on matic](https://ide.bitquery.io/realtime-slippage-on-matic) + +## TRON + +### Trades + +#### Real-time Trades on Sunpump + +This stream returns all the real time DEX trades happening on Sunpump exchange on the Tron network. You can modify this stream to get the trades of a particular token or trades by a particular trader. + +▶️ [Real-time Trades on Sunpump](https://ide.bitquery.io/real-time-sunswapTrades) + +#### Real-time Trades on Tron + +This stream returns all the real time DEX trades happening on the Tron network. You can modify this stream to get DEX trades on a particular DEX or trades of a particular token or trades by a particular trader. + +▶️ [Real-time Trades on Tron](https://ide.bitquery.io/Latest-trades-on-Tron) + +#### Sunpump trades + +To subscribe to latest Sunpump trades you can use. + +▶️ [Sunpump trades](https://ide.bitquery.io/Sunpump-trades) + +#### USDT TRC20 DEX Trades + +Real-time DEX trades where USDT is the bought currency on Tron — protocol, buyer and seller, amounts and order IDs. + +▶️ [USDT TRC20 DEX Trades](https://ide.bitquery.io/USDT-TRC20-DEX-Trades) + +### Transfers + +#### Real-time Tether USDT Transfers + +This subscription streams the latest USDT (TRC20) transfers on the TRON network. You can modify the stream to monitor Transfers of USDT from or to a particular address. + +▶️ [Real-time Tether USDT Transfers](https://ide.bitquery.io/usdt-trc20-transfers_1) + +#### Sender is particular address + +Sender is particular address. Uses the `Transfers` cube. + +▶️ [Sender is particular address](https://ide.bitquery.io/Sender-is-particular-address) + +#### Whale transfers of USDT on Tron + +The subscription query below fetches the whale transactions on the Tron network. We have used USDT address `TThzxNRLrW2Brp9DcTQU8i4Wd9udCWEdZ3`. + +▶️ [Whale transfers of USDT on Tron](https://ide.bitquery.io/Whale-transfers-of-USDT-on-Tron) + +### Price & OHLC + +#### Track price of a tron token in realtime + +Provides real-time updates on price of token `TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t` in terms of USDT `TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t`, including details about the DEX. + +▶️ [Track price of a tron token in realtime](https://ide.bitquery.io/Track-price-of-a-tron-token-in-realtime) + +### Supply & Market Cap + +#### Get All DEX Trades on Tron With Price, Market Cap, and Supply + +Crypto Trades API: one row per swap, with USD and supply. Filter `Pair.Market.Network: Tron`. When to use this vs chain DEX APIs. + +▶️ [Get All DEX Trades on Tron With Price, Market Cap, and Supply](https://ide.bitquery.io/Get-All-DEX-Trades-on-Tron-With-Price-Market-Cap-and-Supply) + +### Transactions + +#### Monitor TRX address transactions + +The subscription query below fetches the transactions on the Tron network for the wallet address `TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf`. + +▶️ [Monitor TRX address transactions](https://ide.bitquery.io/monitor-TRX-address-transactions) + +### Events & Calls + +#### Latest Buy on SunPump + +You can use following stream to get latest buys on Sunpump. You can try. + +▶️ [Latest Buy on SunPump](https://ide.bitquery.io/latest-Buy-on-SunPump) + +#### New tokens on sunpump + +Will subscribe to the latest created sun pump tokens. You will find the newly created token address in `Log { SmartContract }`. + +▶️ [New tokens on sunpump](https://ide.bitquery.io/New-tokens-on-sunpump_1) + +#### Sunpump sell event + +You can use following stream to get latest sells on Sunpump. You can try. + +▶️ [Sunpump sell event](https://ide.bitquery.io/sunpump-sell-event) + +#### Tron sunpump first time buy event + +You can use follow stream to get stream of first time buy event for any new token. + +▶️ [Tron sunpump first time buy event](https://ide.bitquery.io/Tron-sunpump-first-time-buy-event_1) + +### Mempool + +#### Events with argumens + +Events with argumens. Uses the `Events` cube. Replace the address in the `where` clause to use it. + +▶️ [Events with argumens](https://ide.bitquery.io/Events-with-argumens) + +#### Sunpump trades mempool + +We simulate transactions in mempool, therefore you can also get trades directly from mempool using. + +▶️ [Sunpump trades mempool](https://ide.bitquery.io/Sunpump-trades-mempool) + +#### Tron mempool transfers + +Provides real-time data on token transfers happening in the TRON mempool including the value of the transferred amount in USD. + +▶️ [Tron mempool transfers](https://ide.bitquery.io/Tron-mempool-transfers) + +## Robinhood Chain + +### Trades + +#### Latest DEX Trades on Robinhood Chain + +Latest DEX trades on Robinhood Chain (chain id 4663) via the Trading API, with price and USD amounts. + +▶️ [Latest DEX Trades on Robinhood Chain](https://ide.bitquery.io/Robinhood-Trades) + +#### Bags amm trade websocket + +Stream every Bags trade as it is indexed via a GraphQL `subscription` on `Trading.Trades`, scoped to the Bags protocol family on Robinhood. Includes side (buy/sell), trader, base/quote amounts (native and USD), market cap, and full transaction header. + +▶️ [Bags amm trade websocket](https://ide.bitquery.io/bags-amm-trade-websocket) + +#### Pools trade Stream new Crowd Launch auctions + +Every Crowd Launch deploys its auction through the auction factory `0x000000001f26a0044baa66024e7b6599c61963f8`, which emits `AuctionCreated(address,address,uint256,bytes)`. + +▶️ [Pools trade Stream new Crowd Launch auctions](https://ide.bitquery.io/Pools-trade-Stream-new-Crowd-Launch-auctions) + +#### Robinhood Chain API - Trades for a Token + +Using this GraphQL stream you can get real-time trades for a specific token (example: AssetHood, `ASSETH`) with details such as trader address, token details, marketcap, FDV and transaction hash. + +▶️ [Robinhood Chain API - Trades for a Token](https://ide.bitquery.io/Robinhood-Trades-for-a-token) + +#### Stream Robinhood Chain Trades in Real Time + +These are live examples — meme tokens go quiet over time, so swap in any token, pool, or trader you care about. + +▶️ [Stream Robinhood Chain Trades in Real Time](https://ide.bitquery.io/stream-robinhood-chain-trades) + +### Transfers + +#### Ape.store Newly created tokens - Websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Ape.store Newly created tokens - Websocket](https://ide.bitquery.io/Apestore-Newly-created-tokens---Websocket) + +#### Bags.fm Newly created tokens - Websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Bags.fm Newly created tokens - Websocket](https://ide.bitquery.io/Bagsfm-Newly-created-tokens---Websocket) + +#### Bankr Bot Newly created tokens - Websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Bankr Bot Newly created tokens - Websocket](https://ide.bitquery.io/Bankr-Bot-Newly-created-tokens---Websocket) + +#### Flap Sh Newly created tokens using transfer data - Websocket + +Track Flap.sh mints as transfers from the zero address with amount `1000000000` in transactions sent to the Flap.sh contract. + +▶️ [Flap Sh Newly created tokens using transfer data - Websocket](https://ide.bitquery.io/Flap-Sh-Newly-created-tokens-using-transfer-data---Websocket) + +#### Hoodfun newly creaed tokens Websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Hoodfun newly creaed tokens Websocket](https://ide.bitquery.io/hoodfun-newly-creaed-tokens---Websocket) + +#### Klik Finance Newly created tokens using transfers websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Klik Finance Newly created tokens using transfers websocket](https://ide.bitquery.io/Klik-Finance-Newly-created-tokens-using-transfers-websocket) + +#### Launchpad newly creaed tokens Websocket + +Every transfer query on this page is identical except two values: the launchpad address in `Transaction.To` and the launch-mint `Amount`. + +▶️ [Launchpad newly creaed tokens Websocket](https://ide.bitquery.io/launchpad-newly-creaed-tokens---Websocket) + +#### Pools trade Stream launches with token detail + +The transfer-based stream returns the token's name, symbol, decimals, and contract in the same payload — everything a sniping bot or listings feed needs, with no follow-up metadata call. It also carries the transaction's gas economics and success flag. + +▶️ [Pools trade Stream launches with token detail](https://ide.bitquery.io/Pools-trade-Stream-launches-with-token-detail) + +#### Real time transfers on robinhood + +Stream live transfers for dashboards, bots, and alerting. + +▶️ [Real time transfers on robinhood](https://ide.bitquery.io/real-time-transfers-on-robinhood) + +### Price & OHLC + +#### Robinhood Chain OHLCV / Candlestick API for a Token Pair + +This GraphQL stream for 1 second OHLCV streams the USD normalised OHLC/K-line data for a token pair, and also contains info such as interval start and end time, marketcap, volume and token details for both base and quote tokens. + +▶️ [Robinhood Chain OHLCV / Candlestick API for a Token Pair](https://ide.bitquery.io/OHLCV-stream-for-a-token-pair-on-robinhood) + +### Liquidity & Pools + +#### Stream New pools.trade Token Launches + +Websocket subscription streaming every new pools.trade token launch on Robinhood Chain the moment it happens. + +▶️ [Stream New pools.trade Token Launches](https://ide.bitquery.io/Pools-trade-Stream-new-launches) + +### Events & Calls + +#### Flap sh Newly created tokens using logs (TokenCreated) - Websocket + +Filter Flap.sh `TokenCreated` events and decode argument values (token address, metadata fields, and related parameters). + +▶️ [Flap sh Newly created tokens using logs (TokenCreated) - Websocket](https://ide.bitquery.io/Flap-sh-Newly-created-tokens-using-logs-TokenCreated---Websocket) + +#### Stream New Tokens on Robinhood Chain (All Launchpads) + +Follow the steps here: How to generate Bitquery API token ➤. + +▶️ [Stream New Tokens on Robinhood Chain (All Launchpads)](https://ide.bitquery.io/stream-new-tokens-robinhood-chain) + +## Bitcoin + +### Price & OHLC + +#### Latest Bitcoin Price + +You can stream Bitcoin price at 1-second interval using the [Crypto Price APIs](/docs/trading/crypto-price-api/introduction/). + +▶️ [Latest Bitcoin Price](https://ide.bitquery.io/Stream-Bitcoin-Price-Across-Chains) + +## Trading API + +### Trades + +#### All chains New Trades Stream - Solana, eth, bsc ,base , arbitrum, matic + +The same `NetworkBid` pattern applies on the Crypto Price API for `Token.NetworkBid` and `Market.NetworkBid` on Tokens and Pairs. + +▶️ [All chains New Trades Stream - Solana, eth, bsc ,base , arbitrum, matic](https://ide.bitquery.io/all-chains-New-Trades-Stream---Solana-eth-bsc-base--arbitrum-matic_2) + +#### All trades of a trader + +All trades of a trader. Uses the `Trades` cube. Replace the address in the `where` clause to use it. + +▶️ [All trades of a trader](https://ide.bitquery.io/All-trades-of-a-trader) + +#### All wsol Trade Stream + +All wsol Trade Stream. Uses the `Trades` cube. Replace the address in the `where` clause to use it. + +▶️ [All wsol Trade Stream](https://ide.bitquery.io/All-wsol-Trade-Stream) + +#### How do I get a wallet's trades on a specific pair? + +Change the `Program` address to target different DEXs — e.g. `6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P` for Pump.fun. + +▶️ [How do I get a wallet's trades on a specific pair?](https://ide.bitquery.io/How-do-I-get-a-wallets-trades-on-a-specific-pair) + +#### How do I monitor multiple wallets in one subscription? + +How do I monitor multiple wallets in one subscription?. Uses the `Trades` cube. + +▶️ [How do I monitor multiple wallets in one subscription?](https://ide.bitquery.io/How-do-I-monitor-multiple-wallets-in-one-subscription) + +#### How do I monitor multiple wallets trading a specific token? + +How do I monitor multiple wallets trading a specific token?. Uses the `Trades` cube. + +▶️ [How do I monitor multiple wallets trading a specific token?](https://ide.bitquery.io/How-do-I-monitor-multiple-wallets-trading-a-specific-token) + +#### How do I stream a wallet's trades on a specific DEX? + +How do I stream a wallet's trades on a specific DEX?. Uses the `Trades` cube. Replace the address in the `where` clause to use it. + +▶️ [How do I stream a wallet's trades on a specific DEX?](https://ide.bitquery.io/How-do-I-stream-a-wallets-trades-on-a-specific-DEX) + +#### How do I stream a wallet's trades on a specific chain? + +How do I stream a wallet's trades on a specific chain?. Uses the `Trades` cube. Replace the address in the `where` clause to use it. + +▶️ [How do I stream a wallet's trades on a specific chain?](https://ide.bitquery.io/How-do-I-stream-a-wallets-trades-on-a-specific-chain) + +#### How do I stream whale trades for a specific wallet? + +Adjust the `gt` threshold — e.g. `10000` for $10K+, `1000000` for $1M+ trades. + +▶️ [How do I stream whale trades for a specific wallet?](https://ide.bitquery.io/How-do-I-stream-whale-trades-for-a-specific-wallet) + +#### How do I track trades for multiple tokens in one subscription? + +There are two ways to track multiple tokens. You can specify token IDs using the `any` combinator to match trades where your tokens appear on either side of the pair. + +▶️ [How do I track trades for multiple tokens in one subscription?](https://ide.bitquery.io/How-do-I-track-trades-for-multiple-tokens-in-one-subscription) + +### Price & OHLC + +#### FourMeme 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders + +Track token activity (OHLC, price, volume) every 1 second on FourMeme DEX (BSC). + +▶️ [FourMeme 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/FourMeme-DEX-tokens-1-second-price-stream-with-OHLC) + +#### PumpAMM 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders + +PumpAMM 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders. Uses the `Pairs` cube. + +▶️ [PumpAMM 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/PumpAMM-tokens-1-second-price-stream-with-OHLC_1) + +#### Raydium Launchlab 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders + +Raydium Launchlab 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders. Uses the `Pairs` cube. + +▶️ [Raydium Launchlab 1-second Price, OHLC, Volume, SMA, EMA Stream for Traders](https://ide.bitquery.io/Raydium-Launchpad-DEX-tokens-1-second-price-stream-with-OHLC) + +#### 5 minute price change api on solana + +5 minute price change api on solana. Uses the `Tokens` cube. + +▶️ [5 minute price change api on solana](https://ide.bitquery.io/5-minute-price-change-api-on-solana_6) + +#### Bitcoin currency price stream + +Get real-time Bitcoin OHLC data across all chains. + +▶️ [Bitcoin currency price stream](https://ide.bitquery.io/bitcoin-currency-price-stream) + +#### Heaven DEX tokens 1 second price stream with OHLC + +Real-time (1s) stream of prices, OHLC, and volumes for tokens traded on Heaven DEX (Solana). + +▶️ [Heaven DEX tokens 1 second price stream with OHLC](https://ide.bitquery.io/Heaven-DEX-tokens-1-second-price-stream-with-OHLC) + +#### Meteora DBC DEX tokens 1 second price stream with OHLC + +Meteora DBC DEX tokens 1 second price stream with OHLC. Uses the `Pairs` cube. + +▶️ [Meteora DBC DEX tokens 1 second price stream with OHLC](https://ide.bitquery.io/Meteora-DBC-DEX-tokens-1-second-price-stream-with-OHLC) + +#### Real Time USD price on solana chain + +Real Time USD price on solana chain. Uses the `Pairs` cube. + +▶️ [Real Time USD price on solana chain](https://ide.bitquery.io/Real-Time-USD-price-on-solana-chain_2) + +### Supply & Market Cap + +#### All trades of a specific Ethereum token with Price, Marketcap, supply + +All trades of a specific Ethereum token with Price, Marketcap, supply. Uses the `Trades` cube. + +▶️ [All trades of a specific Ethereum token with Price, Marketcap, supply](https://ide.bitquery.io/All-trades-of-a-specific-Ethereum-token-with-Price-Marketcap-supply_1) + +### Liquidity & Pools + +#### Liquidity addition for radium + +Subscribe to `Solana.DEXPools` with Raydium’s program and positive base change to detect new liquidity deposited into Raydium pools. + +▶️ [Liquidity addition for radium](https://ide.bitquery.io/liquidity-addition-for-radium_1) + +#### Liquidity removal for radium + +Use the same Raydium program filter with negative `ChangeAmount` on the base side to stream liquidity withdrawals. + +▶️ [Liquidity removal for radium](https://ide.bitquery.io/liquidity-removal-for-radium_1) + +### PancakeSwap + +#### Real-time Trades on Pancakeswap + +This subscription returns the real-time trades happening on Pancakeswap. You can modify the stream to get real time trades for a particular token, a particular token pair, and even a particular trader. + +▶️ [Real-time Trades on Pancakeswap](https://ide.bitquery.io/Latest-BSC-PancakeSwap-v3-dextrades---Stream) + +#### PancakeSwap v3 DEX tokens 1 second price stream with OHLC + +PancakeSwap v3 DEX tokens 1 second price stream with OHLC. Uses the `Pairs` cube. Replace the address in the `where` clause to use it. + +▶️ [PancakeSwap v3 DEX tokens 1 second price stream with OHLC](https://ide.bitquery.io/PancakeSwap-v3-DEX-tokens-1-second-price-stream-with-OHLC) + +### Uniswap + +#### 1-second price, OHLC, volume, SMA and EMA — Uniswap v3 + +One-second candles with moving averages for Uniswap v3 tokens, built for trading front-ends. + +▶️ [1-second price, OHLC, volume, SMA and EMA — Uniswap v3](https://ide.bitquery.io/Uniswap-v3-DEX-tokens-1-second-price-stream-with-OHLC) + +#### Stream all Uniswap Seconds OHLC Kline + +Subscribe to `Trading.Pairs` filtered by Uniswap protocols and 1s interval to power sub-minute charts and HFT analytics. + +▶️ [Stream all Uniswap Seconds OHLC Kline](https://ide.bitquery.io/Stream-all-Uniswap-Seconds-OHLC-Kline) + +#### Uniswap all versions trades stream + +Filter `DEXTrades` with `ProtocolName` in `uniswap_v3`, `uniswap_v2`, `uniswap_v1` to stream only Uniswap family pools on mainnet. + +▶️ [Uniswap all versions trades stream](https://ide.bitquery.io/uniswap-all-versions-trades-stream) + +### Pump.fun + +#### All Pumpswap Trade Stream + +All Pumpswap Trade Stream. Uses the `Trades` cube. + +▶️ [All Pumpswap Trade Stream](https://ide.bitquery.io/All-Pumpswap-Trade-Stream) + +#### All pumpfun Trade Stream + +All pumpfun Trade Stream. Uses the `Trades` cube. + +▶️ [All pumpfun Trade Stream](https://ide.bitquery.io/All-pumpfun-Trade-Stream_2) + +#### Pump fun token live prices using trades api + +Pump fun token live prices using trades api. Uses the `Trades` cube. + +▶️ [Pump fun token live prices using trades api](https://ide.bitquery.io/pump-fun-token-live-prices-using-trades-api_1) + +## Stablecoins + +### Trades + +#### Solana trades subscription + +Solana trades subscription. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Solana trades subscription](https://ide.bitquery.io/solana-trades-subscription_10_1) + +#### Stablecoin Depeg tracking Stream for evm + +Stablecoin Depeg tracking Stream for evm. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin Depeg tracking Stream for evm](https://ide.bitquery.io/Stablecoin-Depeg-tracking-Stream-for-evm) + +#### Stablecoin Depeg tracking Stream for tron + +Stablecoin Depeg tracking Stream for tron. Uses the `DEXTradeByTokens` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin Depeg tracking Stream for tron](https://ide.bitquery.io/Stablecoin-Depeg-tracking-Stream-for-tron) + +#### Stablecoin depeg tracking stream for USDC + +Below stream will be able to track specific Stablecoin depeg. In this query example, we are tracking depeg for the stablecoin `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` which has a symbol `USDC`. + +▶️ [Stablecoin depeg tracking stream for USDC](https://ide.bitquery.io/stablecoin-depeg-tracking-stream-for-USDC) + +#### Stablecoin trades for etheruem + +Stablecoin trades for etheruem. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin trades for etheruem](https://ide.bitquery.io/Stablecoin-trades-for-etheruem) + +#### Stablecoin trades for tron + +Stablecoin trades for tron. Uses the `DEXTrades` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin trades for tron](https://ide.bitquery.io/Stablecoin-trades-for-tron) + +### Transfers + +#### Latest Tron USDT Transfers stream + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest Tron USDT Transfers stream](https://ide.bitquery.io/Latest-Tron-USDT-Transfers-stream) + +#### Latest USDT/USDC Transfer Stream on BSC + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer Stream on BSC](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-Stream-on-BSC) + +#### Latest USDT/USDC Transfer stream on base + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer stream on base](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-stream-on-base) + +#### Latest USDT/USDC Transfer stream on ethereum + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer stream on ethereum](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-stream-on-ethereum) + +#### Listening to All USDT and USDC Payments on Solana - stream + +Listening to All USDT and USDC Payments on Solana - stream. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. + +▶️ [Listening to All USDT and USDC Payments on Solana - stream](https://ide.bitquery.io/Listening-to-All-USDT-and-USDC-Payments-on-Solana---stream) + +#### Listening to stablecoin Transfers for Specific Addresse on tron + +Listen to USDT sent or received by address `TUTQj7VJ1QjR3t2GJByvrP25yZNFcj38VJ`. This is the canonical "merchant/treasury wallet monitor" pattern — fan-out one subscription per wallet and route hits to your payments backend. + +▶️ [Listening to stablecoin Transfers for Specific Addresse on tron](https://ide.bitquery.io/Listening-to-stablecoin-Transfers-for-Specific-Addresse-on-tron) + +#### Stablecoin Realtime Payments Stream on Eth Mainnet + +Stablecoin Realtime Payments Stream on Eth Mainnet. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin Realtime Payments Stream on Eth Mainnet](https://ide.bitquery.io/Stablecoin-Realtime-Payments-Stream-on-Eth-Mainnet) + +#### Stablecoin Realtime Transfers Stream on tron + +Stablecoin Realtime Transfers Stream on tron. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin Realtime Transfers Stream on tron](https://ide.bitquery.io/Stablecoin-Realtime-Transfers-Stream-on-tron) + +#### Stablecoin transfers websocket + +Stablecoin transfers websocket. Uses the `Transfers` cube. Change the token address in the `where` clause to use it. + +▶️ [Stablecoin transfers websocket](https://ide.bitquery.io/stablecoin-transfers-websocket) + +#### USDT and USDC token Transfers stream on solana + +USDT and USDC token Transfers stream on solana. Uses the `Transfers` cube. + +▶️ [USDT and USDC token Transfers stream on solana](https://ide.bitquery.io/USDT-and-USDC-token-Transfers-stream-on-solana) + +### Balances & Holders + +#### Real time stablecoin portfolio + +Below stream will provide you the realtime portfolio updates for a particular address for a specific Stablecoin. In this query example, we are tracking portfolio updates for the address `3i51cKbLbaKAqvRJdCUaq9hsnvf9kqCfMujNgFj7nRKt` and for stablecoin `USDC`. + +▶️ [Real time stablecoin portfolio](https://ide.bitquery.io/real-time-stablecoin-portfolio_2) + +### Price & OHLC + +#### Stablecoin 1 sec Price Stream + +This subscription gives you 1-second OHLC, mean price, averages for all stablecoins including USDC, USDT, DAI, USDS etc. + +▶️ [Stablecoin 1 sec Price Stream](https://ide.bitquery.io/stablecoin-1-second-price-stream) + +#### Stablecoin price stream of USDT + +Get real-time and historical USDT prices, OHLCV, and moving averages across supported networks and markets. + +▶️ [Stablecoin price stream of USDT](https://ide.bitquery.io/stablecoin-price-stream-of-USDT_2) + +### Supply & Market Cap + +#### USDT Stablecoin reserves on Solana + +USDT Stablecoin reserves on Solana. Uses the `TokenSupplyUpdates` cube. Change the token address in the `where` clause to use it. + +▶️ [USDT Stablecoin reserves on Solana](https://ide.bitquery.io/USDT-Stablecoin-reserves-on-Solana) + +### Mempool + +#### Latest Tron USDT Transfers stream in Mempool + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest Tron USDT Transfers stream in Mempool](https://ide.bitquery.io/Latest-Tron-USDT-Transfers-stream-in-Mempool) + +#### Latest USDT/USDC Transfer Stream on BSC on Mempool + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer Stream on BSC on Mempool](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-Stream-on-BSC-on-Mempool) + +#### Latest USDT/USDC Transfer stream on ethereum in Mempool + +Listen to stablecoin payments across all major blockchains. The Mempool option lets you detect a payment *before* it is confirmed — useful for instant merchant UX. + +▶️ [Latest USDT/USDC Transfer stream on ethereum in Mempool](https://ide.bitquery.io/Latest-USDTUSDC-Transfer-stream-on-ethereum-in-Mempool) + +## Perpetuals + +### Trades + +#### Hyperliquid Real-time Trades Stream (WebSocket) + +Hyperliquid Real-time Trades Stream (WebSocket). + +▶️ [Hyperliquid Real-time Trades Stream (WebSocket)](https://ide.bitquery.io/hyperliquid-trades-stream) + +#### Solana Perps Live Trades Stream (Phoenix Fills) + +Stream every stop-loss and take-profit placement as it happens. + +▶️ [Solana Perps Live Trades Stream (Phoenix Fills)](https://ide.bitquery.io/solana-perps-live-trades-stream) + +### Price & OHLC + +#### Hyperliquid Price Updates Stream (WebSocket) + +Hyperliquid Price Updates Stream (WebSocket). + +▶️ [Hyperliquid Price Updates Stream (WebSocket)](https://ide.bitquery.io/hyperliquid-price-updates-stream) + +#### Hyperliquid Real-time Candles Stream (WebSocket) + +Hyperliquid Real-time Candles Stream (WebSocket). + +▶️ [Hyperliquid Real-time Candles Stream (WebSocket)](https://ide.bitquery.io/hyperliquid-candles-stream) + +#### Solana Perpetuals Mark Price Stream (Phoenix) + +Solana Perpetuals Mark Price Stream (Phoenix). + +▶️ [Solana Perpetuals Mark Price Stream (Phoenix)](https://ide.bitquery.io/solana-perpetuals-mark-price-stream) + +## NFTs + +### Trades + +#### NFT Trades on Opensea + +This stream allows you to monitor real time NFT trades on OpenSea. It could also be modified to get trades of a particular NFT collection or NFTs traded by a particular trader. + +▶️ [NFT Trades on Opensea](https://ide.bitquery.io/Latests-OpenSea-Trades--stream) + +#### Latest Solana NFT Trades + +The subscription query provided below fetches the most recent NFT trades on the Solana blockchain. + +▶️ [Latest Solana NFT Trades](https://ide.bitquery.io/Latest-Solana-NFT-Trades) + +### Transfers + +#### ERC-721 (NFT) transfers + +NFT transfers as they are mined, with token IDs. + +▶️ [ERC-721 (NFT) transfers](https://ide.bitquery.io/ERC721-token-transfers) + +#### Subscription WebSocket - Latest NFT Transfers + +Using Streaming APIs, you can subscribe to real-time changes on blockchains. We use a GraphQL subscription,which function similarly to WebSockets. + +▶️ [Subscription WebSocket - Latest NFT Transfers](https://ide.bitquery.io/Subscription-WebSocket---Latest-NFT-Transfers) + +#### Subscribe to the latest NFT transfers on Solana + +Let's see an example of NFT token transfers using GraphQL Subscription (Webhook). In the following API, we will be subscribing to all NFT token transfers. + +▶️ [Subscribe to the latest NFT transfers on Solana](https://ide.bitquery.io/Subscribe-to-the-latest-NFT-transfers-on-Solana) + +#### NFT Token Transfers API + +NFT Token Transfers API. + +▶️ [NFT Token Transfers API](https://ide.bitquery.io/NFT-Token-Transfers-API_4) + +#### Transfers of a particular NFT + +This query subscribes you to the real time transfers of a specific non-fungible token (NFT) on the Base network. + +▶️ [Transfers of a particular NFT](https://ide.bitquery.io/Transfers-of-a-particular-NFT_1) + +#### Track realtime NFT Transfers of a specific NFT on BSC chain + +This query subscribes you to the real time non-fungible token (NFT) transfers of a specific nft contract on the BSC network. + +▶️ [Track realtime NFT Transfers of a specific NFT on BSC chain](https://ide.bitquery.io/Track-realtime-NFT-Transfers-of-a-specific-NFT-on-BSC-chain) + +#### Track realtime NFT Transfers on BSC chain + +Track realtime NFT Transfers on BSC chain. + +▶️ [Track realtime NFT Transfers on BSC chain](https://ide.bitquery.io/Track-realtime-NFT-Transfers-on-BSC-chain) + +#### Websocket for tracking Transfers of a particular NFT websocket + +This query subscribes you to the real time transfers of a specific non-fungible token (NFT) on the Tron network. + +▶️ [Websocket for tracking Transfers of a particular NFT websocket](https://ide.bitquery.io/Websocket-for-tracking-Transfers-of-a-particular-NFT-websocket) + +#### Real-time-transfer-websocket-for-NFT-token on matic + +This query subscribes you to the real time transfers of a specific non-fungible token (NFT) on the Matic network. + +▶️ [Real-time-transfer-websocket-for-NFT-token on matic](https://ide.bitquery.io/Real-time-transfer-websocket-for-NFT-token-on-matic) + +### Balances & Holders + +#### Stream NFT Balance Updates in Real Time + +Subscribe to real-time NFT balance updates for a specific address and collection. This subscription will notify you whenever NFT ownership changes. + +▶️ [Stream NFT Balance Updates in Real Time](https://ide.bitquery.io/Stream-NFT-Balance-Updates-in-Real-Time) + +#### Track Specific NFT Balance Changes + +Monitor NFT transfers for a specific collection across all transactions. This helps track NFT movements and ownership changes. + +▶️ [Track Specific NFT Balance Changes](https://ide.bitquery.io/Track-specific-NFTs-Balance-Changes) + +## Polymarket + +### Trades + +#### Real-Time Trades Stream + +Real-Time Trades Stream. + +▶️ [Real-Time Trades Stream](https://ide.bitquery.io/prediction-market-trades-subscription) + +#### Trades for a Specific Market (Stream) + +Subscribe to trades for one market only by filtering on Question.MarketId. Replace the market ID in the query with your target market. + +▶️ [Trades for a Specific Market (Stream)](https://ide.bitquery.io/subscribe-to-specific-market-trades) + +#### Bitcoin Up or Down Trades Stream + +Subscribe to live Polymarket trades for markets whose question title includes "Bitcoin Up or Down". + +▶️ [Bitcoin Up or Down Trades Stream](https://ide.bitquery.io/Bitcoin-Up-or-Down-Trades-Stream) + +#### How do I track high-value or whale trades on Polymarket? + +Use a GraphQL subscription on `PredictionTrades` filtered by `CollateralAmountInUSD: { gt: "10000" }` and `ProtocolName: "polymarket"` to monitor trades exceeding $10,000 USD in real time. Ideal for detecting whale activity and large market movements. + +▶️ [How do I track high-value or whale trades on Polymarket?](https://ide.bitquery.io/How-do-I-track-high-value-or-whale-trades-on-Polymarket) + +#### Large trades on polymarket + +Start by streaming large Polymarket trades. Each event gives you a buyer address to investigate. Change `subscription` to `query` for historical results. + +▶️ [Large trades on polymarket](https://ide.bitquery.io/large-trades--on-polymarket) + +#### Monitoring specific wallets trades in realtime for Ethereum up or down market + +The same wallet-monitoring pattern works for every Polymarket Up or Down market — only the `Question.Title` filter changes. Open any of the pre-built IDE queries below to stream trades for the chain you care about. + +▶️ [Monitoring specific wallets trades in realtime for Ethereum up or down market](https://ide.bitquery.io/monitoring-specific-wallets-trades-in-realtime-for-Ethereum-up-or-down-market) + +#### Monitoring specific wallets trades in realtime for XRP up or down market + +The same wallet-monitoring pattern works for every Polymarket Up or Down market — only the `Question.Title` filter changes. Open any of the pre-built IDE queries below to stream trades for the chain you care about. + +▶️ [Monitoring specific wallets trades in realtime for XRP up or down market](https://ide.bitquery.io/monitoring-specific-wallets-trades-in-realtime-for-XRP-up-or-down-market) + +#### Polymarket AI whale trades stream + +Streams live AI-market trades above a USD threshold (here `$5,000`). This is ideal for whale-alert bots and detecting large, conviction bets. Filter with a `Question.Title` keyword, or swap it for a single-market `MarketId`. + +▶️ [Polymarket AI whale trades stream](https://ide.bitquery.io/Polymarket-AI-whale-trades-stream) + +#### Polymarket whale trades alert + +Stream successful Polymarket trades whose collateral exceeds $10,000 USD. Adjust the threshold string as needed. + +▶️ [Polymarket whale trades alert](https://ide.bitquery.io/polymarket-whale-trades-alert_1) + +### Markets + +#### Real-Time Management Stream (Creations + Resolutions) + +Real-Time Management Stream (Creations + Resolutions). + +▶️ [Real-Time Management Stream (Creations + Resolutions)](https://ide.bitquery.io/Prediction-Managements-subscription-resolutions-creations) + +#### Real-Time Market Creations + +Subscribe only to new market (Created) events. + +▶️ [Real-Time Market Creations](https://ide.bitquery.io/track-realtime-new-polymarket-creations) + +#### Real-Time Market Resolutions + +Subscribe only to Resolved events. Winning outcome is in Prediction.Outcome; token details (e.g. AssetId) in Prediction.OutcomeToken. + +▶️ [Real-Time Market Resolutions](https://ide.bitquery.io/track-realtime-polymarket-resolutions) + +### Settlements + +#### Real-Time Settlement Stream + +Real-Time Settlement Stream. + +▶️ [Real-Time Settlement Stream](https://ide.bitquery.io/realtime-predicion-market-settlements-stream) + +## x402 + +### Transfers + +#### Real-Time Payment Monitoring for x402 Server + +Real-Time Payment Monitoring for x402 Server. Uses the `Transfers` cube. + +▶️ [Real-Time Payment Monitoring for x402 Server](https://ide.bitquery.io/Monitoring-the-latest-payment-to-the-specific-X402-server) + +#### Real-Time Payment Monitoring for x402 Server on Solana + +Real-Time Payment Monitoring for x402 Server on Solana. Uses the `Transfers` cube. Replace the address in the `where` clause to use it. ▶️ [Real-Time Payment Monitoring for x402 Server on Solana](https://ide.bitquery.io/Real-Time---Solana-transfers-stream) -## More on Streams +## Cross-Chain + +### Price & OHLC + +#### Crypto Price Stream + +This subscription gives you 1-second OHLC, mean price, averages for all tokens across Solana, Ethereum, BNB, Tron. + +▶️ [Crypto Price Stream](https://ide.bitquery.io/1-second-crypto-price-stream-with-mcap) + +#### Stablecoin 1 sec Price Stream -You will find more detailed information on streams and subscriptions in the relevant sections. +This subscription gives you 1-second OHLC, mean price, averages for all stablecoins including USDC, USDT, DAI, USDS etc. -- [Understanding Subscription](/docs/subscriptions/subscription/) -- [Streaming via Websocket](/docs/subscriptions/examples/) +▶️ [Stablecoin 1 sec Price Stream](https://ide.bitquery.io/stablecoin-1-second-price-stream)