ex_binance

v0.0.3

  • Pages
  • Modules

    ex_binance v0.0.3 ExBinance.Private

    Link to this section Summary

    Types

    credentials()
    shared_errors()

    Functions

    account(credentials)
    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()
    credentials() :: ExBinance.Credentials.t()

    Link to this type

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

    Link to this section Functions

    Link to this function

    account(credentials)
    account(credentials()) :: {:ok, term()} | {:error, shared_errors()}

    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.20.2), designed by Friedel Ziegelmayer.