Description Usage Arguments Examples
Make request to Coinbase API.
| 1 2 3 4 5 6 7 8 9 | coinbase_api(endpoint, method = c("get", "post", "put", "delete"), ...)
coinbase_get(endpoint, ...)
coinbase_post(endpoint, ...)
coinbase_put(endpoint, ...)
coinbase_delete(endpoint, ...)
 | 
| method | appropriate web method. These map to httr::GET, httr::POST, etc... | 
| ... | extra arguments passed to httr::GET, httr::POST, etc... | 
| 1 2 3 4 | ## Not run: 
coinbase_get("prices/BTC-USD/spot", query = list(date = "2017-01-01"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.