0.3.0 • Published 11 months ago

wallet-balance-checker v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

How to use

import { WalletBalanceChecker } from 'wallet-balance-checker';

const wbc = new WalletBalanceChecker();

const balance = await wbc.getWalletBalance(
  'ethereum', // ethereum | binance | polygon
  '0xd8da6bf26964af9d7eed9e03e53415d37aa96045', // wallet address
);

console.log(balance);
0.3.0

11 months ago

0.2.0

11 months ago

0.1.0

1 year ago

0.0.1

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago