request: Helper function to send requests to the API. If private...

Description Usage Arguments

Description

Helper function to send requests to the API. If private methods are used, provide corresponding API keys

Usage

1
request(keys = NULL, action, data = NULL, simplify = TRUE)

Arguments

keys

list containing access and secret keys in the form: keys <- list(key = ACCESS_KEY, secret = ACCESS_SECRET)

action

Action URI

data

additional data(options) provided as list of vectors (of length one, typically) use httr::with_verbose(rderibit::request(action = "/api/v1/private/cancel", keys = keys, data = list(orderId = "6306623820") ) ) to troubleshoot the connection to API


paltsev-p/rderibit documentation built on May 3, 2019, 7:08 p.m.