Hey guys…
I am trying to use the Bitquery Explorer API to fetch Ethereum transaction data based on specific criteria like date range, wallet addresses and transaction types (e.g., swaps, transfers). I am fairly new to using GraphQL, so I am running into some issues setting up my queries correctly.
Specifically, I am struggling with:
- How to filter transactions by a specific wallet address and a date range.
- How to include additional fields in the response, like gas fees and token amounts.
- Understanding the limitations on the number of transactions I can retrieve in a single query.
I hope this will help you…
Thanks in advance!