Stellar Ledgers & Transactions
const Web3Data = require("web3data-js@0.6.1")
const w3d = new Web3Data('YOUR_API_KEY')
const latestLedger = await w3d.xlm.block.getBlock('latest')
const latestLedgerTxns = await w3d.xlm.block.getTransactions(latestLedger.number, {includePrice: true})
no comments