powered by
coinlist_api_call
coinlist_api_call( api_key, api_secret, method, path, body, timeout_seconds = 60 )
returns the response from your Coinlist API call
your Coinlist API key
your Coinlist API secret
"GET" or "POST"
the path of your API call
the body of your API call
seconds until the query times out. Default is 60.
if (FALSE) { path <- "/v1/accounts" method <- "GET" api_key <- "..." api_secret <- "..." body <- "" data <- coinlist_api_call(api_key, api_secret, method, path, body)}
Run the code above in your browser using DataLab