Class: Client

client/etherscan.Client()

Etherscan API client.

Constructor

new Client()

No parameters.
Source:

Methods

(async) listAccountTransactions(address, options) → {Array.<module:client/etherscan~transaction>}

Get list of account transactions.
Parameters:
Name Type Description
address string Account address.
options object Request options.
Properties
Name Type Attributes Default Description
startBlock number <optional>
null Block number of query range low end inclusive.
endBlock number <optional>
null Block number of query range high end inclusive.
page number <optional>
null Page number to request.
pageSize number <optional>
null Page size to request.
Source:
Returns:
List of account transactions.
Type
Array.<module:client/etherscan~transaction>