-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback for “Account Balance History” #37
Comments
Anybody? |
If fromDateTime and toDateTime are not provided, the default is set to retrieve data for a one-month period from the current date. Adding specific values for these parameters will allow you to customize the date range as needed. |
Here's my call, with no parameters:
This gives me seemingly random results, all before 2024-11-02. Sometimes, it gives me 11-01, sometimes 10-31, sometimes earlier. It does seem that successive requests tend to older results. I am not adding any query parameters to the avove requests. This, as mentioned above, should return the most recent 20 balance entries. I have about 15 transactions on this address since 2024-11-01, each of which should have an entry in the responses. If I add |
We are currently operating with physically distributed databases and have encountered a data inconsistency issue. We are actively working to resolve this synchronization bug. Thank you for notifying us of this matter. |
The data seems to be slowly catching up; it's at 2024-11-14 right now. |
We encountered some issues while updating the asset data structure. However, historical data from 11/14 to today may be lost. Thanks. |
Transactions after 2024-10-31 are not loading.
Expected behavior:
Actual behavior:
NOTE: The endpoint does retrieve values, so it's not an auth problem.
The text was updated successfully, but these errors were encountered: