Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Get Litecoin Account Balance & Market Value

node v10.24.1
version: 1.0.0
endpointsharetweet
const Web3Data = require("web3data-js") const w3d = new Web3Data('YOUR_API_KEY', { blockchainId: "f94be61fd9f4fa684f992ddfd4e92272" }) const currentBalance = await w3d.address.getBalance("3HqH1qGAqNWPpbrvyGjnRxNEjcUKD4e6ea", {includePrice: true})
Loading…

no comments

    sign in to comment