update_txs: Update transactions for an address

Description Usage Arguments Details Warning

View source: R/update_txs.R

Description

Update normal, internal, ERC-20, or ERC-721 transactions for an Ethereum address.

Usage

1
update_txs(txs, api_key, quiet = FALSE)

Arguments

txs

An object returned by get_txs().

api_key

An Etherscan API key (see Details).

quiet

Logical. Suppress messages? Default is FALSE.

Details

get_txs uses the Etherscan API to source information about transactions to and from an Ethereum address. Register for an API key at the Etherscan Developer APIs page.

Warning

As per the Etherscan documentation, the Etherscan Ethereum Developer APIs are provided as a community service and without warranty, so please just use what you need and no more. They support both GET/POST requests and a rate limit of 5 requests/sec.


dapped/eth documentation built on Oct. 23, 2021, 4:42 a.m.