Cosmos chains - transaction import

Hej,
it would be lovely to get transaction import for cosmos SDK chains (e.g. Juno, Kujira, Stargaze, Secret, Stride). Currently CP will only read the current balance of an address, however, transaction must be added manually or via stake.tax (which has another issue since stake.tax currently does only support the old csv files.
Transactions of the Cosmos chains should be quite easy to find via mintscan.io
Hope that can be implemented quite easy :slightly_smiling_face:

1 Like

Hi there,
I was actually looking into this today, and tried to query the API manually for Juno and Kujira. Except for the Balance and Token endpoints, I only got empty responses.
I’m not sure why that is, but I asked the dev team to look into it. I will get back to you

2 Likes

Just want to add an update here. We discovered that there is a rate-limit issue affecting some addresses. The devs had to figure out what it was about these addresses that triggered the limit. I was able to collect a few, so now they just have to alter the code so that the limit doesn’t get triggered anymore.

It’s a bit of trail and error, but should be fixed fairly soon

1 Like