Search the Community
Showing results for tags 'js'.
Found 2 results
Minimum search term is 4 characters long. Can't find what you want? Click here for the custom google search instead.
-
Hey guys! I've been working on interacting with the XRPL through NodeJS (figured its time to utilise the tech and not just invest in it). I've made some strides and managed to solve most queries, however I have one more if anyone can provide some help I would appreciate it! I'm looking to report specific trust-line balances. So far I can get it to report all balances (see code below), but am having issues reporting single balances. Ideally I would like to have the code to report the balance of a specific trust-line, so I can then place an order for the full amount (got the second part sorted). Heres the code that reports all balances, Cheers for the help! const wallet_balances = await client.request({ command: "account_lines", account: 'accountaddress', ledger_index: "validated" }) console.log(wallet_balances.result)
-
- nodejs
- javascript
-
(and 3 more)
Tagged with:
-
I use the getTransactions method in the rippleApi to get transaction data, so how do I get it over time?There is no time parameter option in this method parameter