ExBinance.Spot.Private (ex_binance v0.0.10)

Link to this section Summary

Link to this section Functions

Link to this function

account(credentials)

See ExBinance.Spot.Private.Account.account/1.

Link to this function

cancel_all_orders(symbol, credentials)

See ExBinance.Spot.Private.CancelAllOrders.cancel_all_orders/2.

Link to this function

cancel_order_by_client_order_id(symbol, client_order_id, credentials)

See ExBinance.Spot.Private.CancelOrder.cancel_order_by_client_order_id/3.

Link to this function

cancel_order_by_order_id(symbol, order_id, credentials)

See ExBinance.Spot.Private.CancelOrder.cancel_order_by_order_id/3.

Link to this function

create_order(params, credentials)

See ExBinance.Spot.Private.CreateOrder.create_order/2.

Link to this function

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

See ExBinance.Spot.Private.CreateOrder.create_order/7.

Link to this function

query_order_by_client_order_id(symbol, client_order_id, credentials)

See ExBinance.Spot.Private.QueryOrder.query_order_by_client_order_id/3.

Link to this function

query_order_by_order_id(symbol, order_id, credentials)

See ExBinance.Spot.Private.QueryOrder.query_order_by_order_id/3.