"gaiacli query txs --tags" sort DESC (cosmoshub-3)

Hello.
I’m trying to fetch the latest txs sent to a certain account.
I’m using “gaiacli query txs --tags transfer.recipient:<public_address> --page 1 --limit 100”
but I don’t see how to sort the results by DESC. Is there a way to do that? Thanks!

1 Like

Seems like you need paginate over to get latest transactions, the latest transaction on chain will be on last page and last element in response array, which not convenient, would make more sense to return transactions in descending by default.