Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1001 Bytes

File metadata and controls

20 lines (13 loc) · 1001 Bytes

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')