explorer-backend
explorer-backend copied to clipboard
getApiV1AddressesP1Transactions with concise=true omits transactions
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
Any update on this issue?
@MrStahlfelge transaction c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717
is included as far as I can see
{"id":"c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717","blockId":"0e70ab3da3450444c0ff2b6815436b4c0ad54bd65c98fb7347535f6775066a42","inclusionHeight":719590,"timestamp":1648975136852,"index":1,"globalIndex":2919383,"numConfirmations":132168,"inputs":[],"dataInputs":[],"outputs": ...
New example:
https://api.ergoplatform.com/api/v1/addresses/9g8gaARC3N8j9v97wmnFkhDMxHHFh9PEzVUtL51FGSNwTbYEnnk/transactions?offset=0&limit=20&concise=true
returns 0 transactions although it should.
Even more strange, it does return the expected transactions with limit 30.
Another example is https://api.ergoplatform.com/api/v1/addresses/9hTaErNjoRuAQ3KQd5Yb7uAp43yzDErFHcB7WS5i5Sy1gtTGVJ8/transactions?fromHeight=540000&toHeight=570000&concise=true
this URL returns
{"items":[],"total":3}
That says there are 3 transactions available but no transaction in items part