coinmarketcap_airdrop {cryptotrackr} | R Documentation |
coinmarketcap_airdrop
Description
coinmarketcap_airdrop
Usage
coinmarketcap_airdrop(api_key, id, timeout_seconds = 60)
Arguments
api_key |
your CoinMarketCap API key |
id |
the unique airdrop id which can be found through the airdrops api. |
timeout_seconds |
seconds until the query times out. Default is 60. |
Value
returns information about the airdrop for the id you provided.
Examples
## Not run:
api_key <- "..."
id <- "10744"
airdrop <- coinmarketcap_airdrop(api_key, id)
## End(Not run)
[Package cryptotrackr version 1.3.3 Index]