etherscan-api-monorepo

next generation etherscan-api

Usage no npm install needed!

<script type="module">
  import etherscanApiMonorepo from 'https://cdn.skypack.dev/etherscan-api-monorepo';
</script>

README

Etherscan API - NEXT GEN

npm license GitHub tag Travis GitHub issues

A way to access the etherscan.io api using promises. Fetch a diverse set of information about the blockchain.

See latest changelog

Mainnet

const client = new EtherscanClient.Client('YourApiKey');
const result = await client.account('balance')('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', 'latest')