get_top_volumes: Get top coins by volume for the provided currency.

Description Usage Arguments Value References Examples

View source: R/public_api.R

Description

get_top_volumes returns details about the top coins by volume for the specified currency.

Usage

1
get_top_volumes(tsym, limit = 20, sign = FALSE, app_name = NULL)

Arguments

tsym

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

limit

numeric. Maximum number of records to return. Defaults to 20.

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
5
## Not run: 
# Get top volumes traded into USD
get_top_volumes("USD")

## End(Not run)

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