There was no sort query param before, and I assume it was returning the blocks in descending order by height.
Either make it DESC, or, which is better, add a sort query param with possible asc/desc value.
Pagination is working fine
curl http://3.123.154.245:11000/api/blocks?limit=15&offset=10
There was no
sortquery param before, and I assume it was returning the blocks in descending order by height.Either make it DESC, or, which is better, add a
sortquery param with possibleasc/descvalue.Pagination is working fine