powered by
gemini_api_call
gemini_api_call(key, secret, path, method, timeout_seconds = 60)
returns data from your Gemini API call
your API key for Gemini
your secret key for Gemini
your API endpoint
"GET" or "POST"
seconds until the query times out. Default is 60.
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