public_info: Get all supported products (currency - pairs) by GDAX.

Description Usage Arguments Value Examples

View source: R/public_info.R

Description

This function is a public function and will fetch all supported currency pairs by default. The function can also fetch all the supported currencies based on the source argument.

Usage

1
public_info(product = TRUE)

Arguments

product

Optional Boolean Parameter. Default to TRUE. NA behavior is similar to default. FALSE is equivalent of currency public end point.

Value

Dataframe with ALL supported currency pairs. A dataframe of base currencies is returned when the flag is et as FALSE.

Examples

1
2
3
4
5
## Not run: 
public_info()
public_info(product = FALSE)

## End(Not run)

rgdax documentation built on Aug. 3, 2021, 9:06 a.m.