You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blockchain/Ethereum/balances/transaction-balance-tracker/eth-transaction-balance-tracker.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,18 +204,22 @@ This API gives you latest balance of a specific address (here in example `0xd194
204
204
205
205
## Latest liquidity of EVM Pool
206
206
207
-
This API gives you latest liquidity of EVM Pool (here in example `0x5d4F3C6fA16908609BAC31Ff148Bd002AA6b8c83` LINK/USDC Uniswap v3 pool). Try it out [here](https://ide.bitquery.io/latest-liquidity-of-a-EVM-pool).
207
+
This API provides the latest liquidity information for multiple EVM pools in one API call. The example shows results for two pool addresses using a query updated to support multiple addresses. You can try 500 as well,just put them as a list in `where` clause. Try it out [here](https://ide.bitquery.io/latest-liquidity-of-multiple-pools#).
Copy file name to clipboardExpand all lines: docs/blockchain/Ethereum/dextrades/ethereum-liquidity-api.md
+98-2Lines changed: 98 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,104 @@ subscription MyQuery {
269
269
270
270
> **Important Note:** In Uniswap V4, all pools' liquidity is stored in the PoolManager contract, so the DEX smart contract address will be the same for all pairs. Use `PoolId` to differentiate between different pools. The `PoolId` field uniquely identifies each pool within the PoolManager.
271
271
272
+
## Top Liquidity Pools for cbBTC on Base
273
+
274
+
The following API query retrieves the top liquidity pools where cbBTC (`0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf`) is either token A or token B in the pool on the Base chain. This allows you to identify which pools have the most liquidity for cbBTC, filtered to exclude certain pools if necessary.
275
+
276
+
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. Exclusions (e.g., pools you want omitted from the results) are specified in the `SmartContract: {notIn: [...]}` filter.
277
+
278
+
To test run, visit the [IDE example](https://ide.bitquery.io/top-liquidity-pools-of-cbBTC) or modify the pool filters to target another token as needed.
#### Ethereum DexTradeByTokens latest trades for a token
103
103
104
104
This query returns the latest trades on the Ethereum network. This is useful when looking for trades of a token without worrying about the buy or sell side.
105
-
▶️ [DexTrade By Tokens](https://ide.bitquery.io/Ethereum-DexTradeByTokens_1)
105
+
▶️ [DexTrade By Tokens](https://ide.bitquery.io/Ethereum-DexTradeByTokens-of-a-token)
106
106
107
107
#### Get Swaps by Wallet Address
108
108
109
109
Get all swap related transactions (buy, sell).
110
110
▶️ [Get Swaps by Wallet Address](https://ide.bitquery.io/latest_trades_by_maker)
111
111
112
-
113
112
#### Ethereum DEX Trades
114
113
115
114
This query returns the latest trades on the Ethereum network where distinction of the buy and sell sides is present.
@@ -120,7 +119,6 @@ This query returns the latest trades on the Ethereum network where distinction o
120
119
This query returns the latest trades on the Ethereum network. This is useful when looking for trades of a token without worrying about the buy or sell side.
121
120
▶️ [DexTrade By Tokens](https://ide.bitquery.io/Ethereum-DexTradeByTokens)
122
121
123
-
124
122
### Events & Calls
125
123
126
124
#### Get Latest Events
@@ -684,7 +682,6 @@ Get token balances for a specific wallet address.
684
682
Get the net worth of a wallet in USD.
685
683
▶️ [Get wallet net worth](https://ide.bitquery.io/balance-of-a-wallet-in-USD_2)
686
684
687
-
688
685
### Token Supply
689
686
690
687
#### Get Total Supply and Marketcap of an BSC token
0 commit comments