gemini_trades | R Documentation |
gemini_trades
gemini_trades(key, secret, timeout_seconds = 60)
key |
your API key for Gemini |
secret |
your secret key for Gemini |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing all of your historical trades.
## Not run:
key <- "..."
secret <- "..."
df <- gemini_trades(key, secret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.