How to get someone wallet's ICRC1 token transaction history without index canister?

For example, windoge98.
After my checking this token seems to be only ledger canister.
I used the ICRC1 interface from icrc-api.internetcomputer.org, but it doesn’t seem to work for windoge98.
Is there any way to do this other than traversing all the historical transactions to look up a user’s transactions from it (which is crazy)?

The internetcomputer.org API only contains SNS and ckTokens for now.

Something needs to do all the traversing. You can do it by hand, spin up your own index canister, run a rosetta node yourself, or ask someone else to do it for you.

1 Like

:cold_face:I was a bit shocked by the need to manually download all the transactions and sift through them

Totally get that, I wouldn’t want to do that either. That’s why most projects spin up an index canister…

1 Like