Learn R Programming

cryptotrackr (version 1.3.3)

gemini_trades: gemini_trades

Description

gemini_trades

Usage

gemini_trades(key, secret, timeout_seconds = 60)

Value

returns a dataframe containing all of your historical trades.

Arguments

key

your API key for Gemini

secret

your secret key for Gemini

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
if (FALSE) {
key <- "..."
secret <- "..."
df <- gemini_trades(key, secret)}

Run the code above in your browser using DataLab