ex_binance v0.0.2 ExBinance.Private

Link to this section Summary

Link to this section Types

Link to this type

credentials()
credentials() :: ExBinance.Credentials.t()

Link to this section Functions

Link to this function

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

Link to this function

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