'Terra (LUNA) get list of transactions NodeJs
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?
Solution 1:[1]
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>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | gurehbgui |
