ticker.Rd
Wraps GET https://cex.io/api/ticker/{symbol1}/{symbol2}
.
ticker(base, quote)
base | Base currency |
---|---|
quote | Quote currency |
A tibble
ticker("ETH", "USD")#> # A tibble: 1 × 11 #> time low high last volume volume30d bid ask #> <dttm> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> #> 1 2021-09-06 04:33:22 3838.38 3986.38 3913.55 2018.9945… 122123.457… 3913. 3914. #> # … with 3 more variables: price_change <chr>, price_change_percentage <chr>, #> # pair <chr>