Learn R Programming

cryptotrackr (version 1.3.3)

coinmarketcap_airdrop: coinmarketcap_airdrop

Description

coinmarketcap_airdrop

Usage

coinmarketcap_airdrop(api_key, id, timeout_seconds = 60)

Value

returns information about the airdrop for the id you provided.

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.

Examples

Run this code
if (FALSE) {
api_key <- "..."
id <- "10744"
airdrop <- coinmarketcap_airdrop(api_key, id)}

Run the code above in your browser using DataLab