binance_query | R Documentation |
Request the Binance API
binance_query(
endpoint,
method = c("GET", "POST", "PUT", "DELETE"),
params = list(),
body = NULL,
sign = FALSE,
retry = method == "GET",
content_as = "parsed"
)
endpoint |
string |
method |
HTTP request method |
params |
URL parameters provided as a list |
body |
body of the request |
sign |
if signature required |
retry |
allow retrying the query on failure |
content_as |
parameter to httr::content |
R object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.