Returns a tidy data frame of all active cryptocurrency at coinmarketcap

listing()

Value

A data frame with four columns: id, name, symbol and website_slug,

Details

The tidy data frame constains meta data about all active cryptocurrency, including (1) all active cryptocurrency´s id, (2) cryptocurrency name, (3) symbol, and the (4) correspondent website slug.

Examples

coins <- listing()