Description Usage Arguments Value Examples
View source: R/get_transaction.R
Get A Transaction
1 | get_transaction(tx_hash, api_key, ...)
|
tx_hash |
The transaction hash. |
api_key |
The user's public API key. To generate it, you need an account at Covalent HQ. |
... |
Additional arguments to pass to the request. For more information on available parameters see Covalent HQ API. |
Returns a data.frame with a transaction's data.
1 2 3 4 5 6 | ## Not run:
tx_hash <- "0xbda92389200cadac424d64202caeab70cd5e93756fe34c08578adeb310bba254"
get_transaction(tx_hash, MY_API_KEY)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.