ex_bitmex v0.3.0 ExBitmex.Rest.Instruments

Link to this section Summary

Link to this section Types

Link to this type

error_reason()

error_reason() :: term()
Link to this type

instrument()

instrument() :: ExBitmex.Instrument.t()
Link to this type

params()

params() :: map()
Link to this type

rate_limit()

rate_limit() :: ExBitmex.RateLimit.t()

Link to this section Functions

Link to this function

all(params \\ %{})

all(params()) ::
  {:ok, [instrument()], rate_limit()}
  | {:error, error_reason(), rate_limit() | nil}