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 Account Balance - BSV, BCH

node v10.24.1
version: 1.0.0
endpointsharetweet
const Web3Data = require("web3data-js") const w3d = new Web3Data('YOUR_API_KEY') const BsvBalance = await w3d.bsv.address.getBalance('17UtXPuj2dQDxdqFf1kJgeb1mR7s7nE2qX', { includePrice: true }) const BchBalance = await w3d.bch.address.getBalance('qzzkmd537qgnn5uh2j8eesx9ekt0f27dps8eucexdd', { includePrice: true })
Loading…

no comments

    sign in to comment