The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
To access private endpoints in the BitMEX API, authentication is
needed. First, an API key and secret need to be generated for the
account you want to use with bitmexr
. For guidance see https://www.bitmex.com/app/restAPI#Authentication
When you have an API key, edit your .Renviron file and include both the key and secret.
Open .Renviron:
file.edit("~/.Renviron")
For a testnet API key use:
testnet_bitmex_apikey = "your testnet api key"
testnet_bitmex_apisecret = "your testnet api sectret"
For a live API key use:
bitmex_apikey = "your live api key"
bitmex_apisecret = "your live api sectret"
Make sure to restart your R session after making changes to the .Renviron file!
Functions in bitmexr
requiring authentication will use
relevant key/secret when creating the encrypted signature to send to
private API endpoints. You can use the testnet API to ensure the
functions work as you’d expect prior to using the live API.
For more information about how the authentication process works see https://www.bitmex.com/app/apiKeysUsage.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.