Hello all
I have used the steller api from the official link - https://www.stellar.org/developers/horizon/reference/endpoints/transactions-for-account.htmlfor getting the transaction list , but the method does not provide the details of recent transactions.Please suggest the possible help
Thank you
I think you need to specify the GET param &order=desc. By default it's asc, i.e. order from oldest.
&order=desc
asc