Terra (LUNA) get list of transactions NodeJs

Viewed 521

I research the Terra (LUNA) blockchain and use js library (@terra-money/terra.js). But I can't find the method for getting list of transactions. How can I get transaction by wallet address using NodeJs?

1 Answers

you need to go via the FCD, there is a example from testnet:

https://bombay-fcd.terra.dev/v1/txs?offset=0&limit=100&account=<ACCOUNT>
Related