coinbase_signature | R Documentation |
coinbase_signature
coinbase_signature(api_secret, coinbase_time, method, path, body)
api_secret |
your Coinbase API secret |
coinbase_time |
a timestamp in the correct format according to Coinbase |
method |
"GET" or "POST" |
path |
the path of your API call |
body |
the body of your API call |
returns a signature for use in your Coinbase API calls
## Not run:
api_secret <- "..."
coinbase_time <- coinbase_time()
method <- "GET"
path <- "/api/v3/brokerage/accounts"
body <- ""
coinbase_signature <- coinbase_signature(api_secret, coinbase_time, method, path, body)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.