bitmex v0.2.5 Bitmex.Rest.User View Source
Link to this section Summary
Functions
Get your account's commission status
Get your user model
Get your account's margin status
Get your current wallet information
Get a history of all of your wallet transactions
Get a summary of all of your wallet transactions
Link to this section Functions
Link to this function
commission(params \\ %{}) View Source
Get your account's commission status.
Link to this function
get(params \\ %{}) View Source
Get your user model.
Link to this function
margin(params \\ %{}) View Source
Get your account's margin status.
Send a currency of "all" to receive an array of all supported currencies.
Link to this function
wallet(params \\ %{}) View Source
Get your current wallet information.
Link to this function
wallet_history(params \\ %{}) View Source
Get a history of all of your wallet transactions.
Link to this function
wallet_summary(params \\ %{}) View Source
Get a summary of all of your wallet transactions.