ex_bitmex

v0.1.0

  • Pages
  • Modules

    ex_bitmex v0.1.0 ExBitmex.Rest.Fundings

    Link to this section Summary

    Types

    credentials()
    funding()
    params()
    rate_limit()

    Functions

    all(params \\ %{})

    Link to this section Types

    Link to this type

    credentials()
    credentials() :: ExBitmex.Credentials.t()

    Link to this type

    funding()
    funding() :: ExBitmex.Funding.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, [funding()], rate_limit()}
      | ExBitmex.Rest.HTTPClient.auth_error_response()

    Built using ExDoc (v0.19.3), designed by Friedel Ziegelmayer for the Elixir programming language.