ExBitmex.Rest.User.WalletHistory (ex_bitmex v0.6.1)
Link to this section Summary
Link to this section Types
Link to this type
credentials()
Specs
credentials() :: ExBitmex.Credentials.t()
Link to this type
error_reason()
Specs
error_reason() :: term()
Link to this type
params()
Specs
params() :: map()
Link to this type
rate_limit()
Specs
rate_limit() :: ExBitmex.RateLimit.t()
Link to this type
wallet_history()
Specs
wallet_history() :: ExBitmex.WalletHistory.t()
Link to this section Functions
Link to this function
get(credentials, params \\ %{})
Specs
get(credentials(), params()) :: {:ok, [wallet_history()], rate_limit()} | {:error, error_reason(), rate_limit() | nil}