get_top_coins_by_volume: Get top coins by total volume across all markets.

Description Usage Arguments Value References Examples

View source: R/public_api.R

Description

get_top_coins_by_volume returns details about the top coins by volume for the specified coin (tsym).

Usage

1
2
get_top_coins_by_volume(tsym, limit = 10, page = 0, sign = FALSE,
  app_name = NULL)

Arguments

tsym

character. 3 letter name for coin to get top volumes for.

limit

numeric. Number of records to return. Defaults to 10.

page

numeric. Page of results to return. Defaults to 0.

sign

logical. Should the server sign the response? Defaults to FALSE.

app_name

character. Name of app to be passed in API request. Defaults to NULL.

Value

A tibble containing details about the top coins by volume for the specified coin.

References

https://min-api.cryptocompare.com

Examples

1
2
3
4
## Not run: 
get_top_coins_by_volume("USD")

## End(Not run)

blairj09/cryptor documentation built on May 23, 2019, 7:32 a.m.