Ethplorer Api
getAddress
Get address information.
Parameters
baseUrl
string The ethplorer api url.address
stringapiKey
string The ethplorer API key. (optional)
Returns AddressInfo The address information.
getTxInfo
Get transaction by hash.
Parameters
baseUrl
string The ethplorer api url.hash
string The transaction hash.apiKey
string The ethplorer API key. (optional)
Returns Transactions The transaction result.
getAddressTransactions
Get ETH transactions.
Parameters
baseUrl
string The ethplorer api url.address
string The transaction hash.limit
number The maximum number of transactions.timestamp
number The start timestamp.apiKey
string The ethplorer API key. (optional)
Returns Transactions The transaction result.
getAddressHistory
Get token transactions.
Parameters
baseUrl
string The ethplorer api url.address
string The transaction hash.token
string The token address.limit
number The maximum number of transactions.timestamp
number The start timestamp.apiKey
string The ethplorer API key. (optional)
Returns Transactions The transaction result.