# etherscan **Repository Path**: parity-js/etherscan ## Basic Information - **Project Name**: etherscan - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @parity/etherscan A thin, lightweight promise wrapper for the api.etherscan.io/apis service, exposing a common endpoint for use in JavaScript applications. [https://github.com/paritytech/js-etherscan](https://github.com/paritytech/js-etherscan) ## usage installation - ``` npm install --save @parity/etherscan ``` Usage - ``` const etherscan = require('@parity/etherscan'); // api calls goes here ``` ## api account (exposed on etherscan.account) - - `balance(address)` - `balances(addresses)` (array or addresses) - `transactions(address, page)` (page offset starts at 0, returns 25) stats (exposed on etherscan.stats) - - `price()` - `supply()`