for the last week, I’ve been struggling to get the money flow of a specific wallet for a specified date range (inbound-outbound). Important notice: this started happening to me a month or two ago. Before that, it worked fine without serious issues.
First:
The Money Flow pipe diagram (Sankey) basically now doesn’t show/load for me 99% of the time (succeded only once in the last week), not even for the last 7 days range. Example:
Second:
Based on a query of the Money Flow pipe diagram, mentioned above, I’ve taken the query and stripped it down a bit to watch only BNB flow. It worked fine a few months ago. Now it fails 99% of the time but still consumes 2-10 points (!).
Link to my query (IDE): GetAddressIncomeOutcomeBNB_V2
I’ve tried also using the query mentioned in this post (see " All inbound and outbound transfers for Ethereum"):
I’ve noticed that for Ethereum blockchain works perfectly also for me. However, if I switch to the BSC blockchain (network) and of course enter a wallet from BSC it starts failing immediately, as discussed above.
Link to my query (IDE): GraphQL IDE
Splitting to two queries, one for inbound and the second for outbound, did not help at all. Errors still persist when dealing with BSC blockchain/network.
Try now? I noticed that the BitQuery GraphQL IDE has some issues saving basically anything…
UPDATE: The setting to set the query as shared doesn’t seem to work for whatever reason no matter what I try…
Due to that, I guess I am forced to post the full query here, I see no other option:
But it reduces the number of points deducted from your subscription. Aliasing the GraphQL query gets 2 jobs ( in this case ) done using only 1 API call.
I tried it again, and I got some errors, but the query seems to have succeeded. Then I reloaded the page and the query succeeded fine with no errors.
I suspect that the BitQuery IDE interface didn’t load properly for me and it had an impact on running the query… Or I have some bookmark that I should stop using I guess…