Get Litecoin Blocks and Transactions

node v10.24.1
version: 1.0.0
endpointsharetweet
const Web3Data = require("web3data-js") const w3d = new Web3Data('YOUR_API_KEY', { blockchainId: "f94be61fd9f4fa684f992ddfd4e92272" }) const latestBlock = await w3d.block.getBlocks() const latestBlockTxns = await w3d.block.getTransactions(597875, {includePrice: true})
Loading…

no comments

    sign in to comment