Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

sebs/etherscan-api

 
 

Repository files navigation

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

About

A node.js wrapper for the etherscan api to fetch data and metadata from the ethereum blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 21