View source: R/coinmarketcap.R
coinmarketcap_airdrop | R Documentation |
coinmarketcap_airdrop
coinmarketcap_airdrop(api_key, id, timeout_seconds = 60)
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. |
returns information about the airdrop for the id you provided.
## Not run:
api_key <- "..."
id <- "10744"
airdrop <- coinmarketcap_airdrop(api_key, id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.