Learn R Programming

cryptotrackr (version 1.3.3)

gemini_api_call: gemini_api_call

Description

gemini_api_call

Usage

gemini_api_call(key, secret, path, method, timeout_seconds = 60)

Value

returns data from your Gemini API call

Arguments

key

your API key for Gemini

secret

your secret key for Gemini

path

your API endpoint

method

"GET" or "POST"

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
if (FALSE) {
key <- "..."
secret <- "..."
path <- "/v1/mytrades"
method <- "POST"
data <- gemini_api_call(key, secret, path, method)}

Run the code above in your browser using DataLab