Transaction History

Hi guys,
I am working on a use case similar to this Order listing and I have used python for backend and vue.js for front end and mongoDB in my use case. Now I want to display the transaction list on the front end. Is the possible using any sdk or something like that.
Please help.

Hi Isha,

Sure, the transactions may be queried through the Indexer REST API using any of the SDKs. You’ll have to set the parameters you’re interested in searching for and you should get a list of transactions back.

Ben

1 Like

Thanks a lot @Ben!!
I’ll try that!

I have similar use case but use case is on Public testnet and all transaction I see on Algorand Explorer I want to show it on my application frontend. So is there any SDK for that?

The indexer REST API is available on all the four official SDKs: