0.3.0 • Published 2 years ago

wallet-balance-checker v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago