powered by
coinmarketcap_airdrop
coinmarketcap_airdrop(api_key, id, timeout_seconds = 60)
returns information about the airdrop for the id you provided.
your CoinMarketCap API key
the unique airdrop id which can be found through the airdrops api.
seconds until the query times out. Default is 60.
if (FALSE) { api_key <- "..." id <- "10744" airdrop <- coinmarketcap_airdrop(api_key, id)}
Run the code above in your browser using DataLab