Working API Endpoints for Transactions??? #2315
Unanswered
bigshooTer39
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @bigshooTer39 you can use the
You can also use For further documentation and examples take a look at the Gaia cli docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an endpoint that is open for public use to pull transactions by account for each Cosmos SDK chain? Maybe a different base url for each chain?
All I want to do is download my transactions for the chains in the Cosmos Ecosystem. If mintscan enabled csv export or offered a public endpoint, I would be all set. For some reason, not a single explorer in Cosmos offers this functionality.
For all of the endpoints I am able to find, it seems that "transactions by account" are deprecated. Why is this? For example, I am able to pull details of a transaction by txHash for Kava, but I can't pull the list of tx hashes to loop through that endpoint.
Can anyone help? Looking to pull all my trx for atom, juno, evmos, scrt, osmo, kava, inj, jkl, rebus, etc....
As of right now, I am 100% reliant on stake.tax for exporting 60% of Cosmos portfolio. The other 40%, I have to key in each transaction 1 by 1. It is painful and extremely time consuming.
I was able to find working a working endpoint for Crypto.Org chain and have that all sorted out. I used [https://crypto.org/explorer/api/v1/account/[enter address]]. Unfortunately that is the only chain I am able to get working.
I am frustrated to the point that I started teaching myself Python in an attempt to access my transactional history in Cosmos. Struggling but learning.
Beta Was this translation helpful? Give feedback.
All reactions