powered by
Use post_bitmex() to send POST requests. All POST requests require authentication.
post_bitmex()
post_bitmex(path, args = NULL)
Returns a data.frame containing the response from the request.
data.frame
string. End point for the api.
A named list containing valid parameters for the given API endpoint.
https://www.bitmex.com/api/explorer/
if (FALSE) { # edit leverage on a position post_bitmex( path = "/position/leverage", args = list("symbol" = "XBTUSD", "leverage" = 10) ) }
Run the code above in your browser using DataLab