Module binance::account

source ·

Structs

  • Account API access, full example provided in examples/binance_endpoints.rs
  • Order Cancellation and Replace Request Cancels an existing order and places a new order on the same symbol.
  • Order Cancellation Request perform an order cancellation for the account only works if the parameters match an active order either order_id (binance side id) or orig_client_order_id (id originally given by the client) must be set
  • Order Request perform an order for the account
  • Order Status Request perform an order status request for the account
  • Order Status Request perform a query on all orders for the account