-
Notifications
You must be signed in to change notification settings - Fork 31
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
getApiV1AddressesP1Transactions with concise=true omits transactions #193
Comments
Any update on this issue? |
@MrStahlfelge transaction
|
" This reverts commit bb079c5.
New example: |
Another example is https://api.ergoplatform.com/api/v1/addresses/9hTaErNjoRuAQ3KQd5Yb7uAp43yzDErFHcB7WS5i5Sy1gtTGVJ8/transactions?fromHeight=540000&toHeight=570000&concise=true this URL returns
That says there are 3 transactions available but no transaction in items part |
Example:
https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30
Transaction with id c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717 should be included when call is done with concise=true, but it is not.
https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30&concise=true
The text was updated successfully, but these errors were encountered: