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
Such window capped of 10k transactions for one request could be possibly bypassed by setting latest startblock parameter to be endblock parameter of the previous exceeding cap window to the current iteration. Then repeat the process.
For reference, if we exceed the window cap, we will receive the following JSON string
{"status":"0","message":"Result window is too large, PageNo x Offset size must be less than or equal to 10000","result":null}
This would help solved the problem (for example) of https://github.com/haxpor/inoutflow-bsc to be able to analyze for target address with more than 10k transactions. Of course, with this we won't have to worry about the cap again.
The text was updated successfully, but these errors were encountered:
Such window capped of 10k transactions for one request could be possibly bypassed by setting latest
startblock
parameter to beendblock
parameter of the previous exceeding cap window to the current iteration. Then repeat the process.For reference, if we exceed the window cap, we will receive the following JSON string
This would help solved the problem (for example) of https://github.com/haxpor/inoutflow-bsc to be able to analyze for target address with more than 10k transactions. Of course, with this we won't have to worry about the cap again.
The text was updated successfully, but these errors were encountered: