Skip to content

Instantly share code, notes, and snippets.

@jsgaston
Created February 3, 2022 22:48
Show Gist options
  • Save jsgaston/b749cecdbf6791618fb93c96f8d12f4b to your computer and use it in GitHub Desktop.
Save jsgaston/b749cecdbf6791618fb93c96f8d12f4b to your computer and use it in GitHub Desktop.
client.futures_cancel_all_open_orders(symbol=symbolo)
client.futures_create_order(symbol=symbolo,side='SELL', type="MARKET", quantity=cantidad, redueOnly='True')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment