ex_binance

v0.0.5

  • Pages
  • Modules

    ex_binance v0.0.5 ExBinance.Private

    Link to this section Summary

    Types

    credentials()
    shared_errors()

    Functions

    account(credentials)
    cancel_all_orders(symbol, credentials)

    See ExBinance.Rest.CancelAllOrders.cancel_all_orders/2.

    cancel_order_by_order_id(symbol, order_id, credentials)

    See ExBinance.Rest.CancelOrder.cancel_order_by_order_id/3.

    create_order(symbol, side, type, quantity, price, time_in_force, credentials)

    See ExBinance.Rest.CreateOrder.create_order/7.

    Link to this section Types

    Link to this type

    credentials()

    Specs

    credentials() :: ExBinance.Credentials.t()
    Link to this type

    shared_errors()

    Specs

    shared_errors() :: ExBinance.Rest.HTTPClient.shared_errors()

    Link to this section Functions

    Link to this function

    account(credentials)

    Specs

    account(credentials()) :: {:ok, term()} | {:error, shared_errors()}
    Link to this function

    cancel_all_orders(symbol, credentials)

    See ExBinance.Rest.CancelAllOrders.cancel_all_orders/2.

    Link to this function

    cancel_order_by_order_id(symbol, order_id, credentials)

    See ExBinance.Rest.CancelOrder.cancel_order_by_order_id/3.

    Link to this function

    create_order(symbol, side, type, quantity, price, time_in_force, credentials)

    See ExBinance.Rest.CreateOrder.create_order/7.

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