# General Commands

### Nuke

| Command Text         | Description        |
| -------------------- | ------------------ |
| **`nuke positions`** | Nuke all positions |
| **`nuke pos`**       | *(shorthand)*      |
|                      |                    |
| **`nuke orders`**    | Nuke all orders    |
| **`nuke ord`**       | *(shorthand)*      |

### Other commands

| Command Text                                                                                              | Description                                                                                                                      | Example                 |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **`switch <instrument>`**                                                                                 | Switch to the given instrument                                                                                                   | *`switch ethusd`*       |
| **`switch <instrument>:spot`**                                                                            | Switch to a spot instrument                                                                                                      | *`switch btcusdt:spot`* |
| **`<instrument>`**                                                                                        | Only type the instrument and leave out "switch" to switch even quicker to another instrument                                     | *`ethusdt`*             |
| <p><strong><code>leverage</code></strong></p><p><strong><code>lev</code></strong></p>                     | show current leverage                                                                                                            |                         |
| <p><strong><code>leverage \<number></code></strong></p><p><strong><code>lev \<number></code></strong></p> | change current leverage                                                                                                          | *`lev 50`*              |
| **`balance`**                                                                                             | Show total and available balances                                                                                                |                         |
| **`bal`**                                                                                                 | *(shorthand)*                                                                                                                    |                         |
| **`max`**                                                                                                 | Show largest order size possible given avail. balance, margin and current price                                                  |                         |
| **`account list`**                                                                                        | Show available accounts                                                                                                          |                         |
| **`account <number>`**                                                                                    | Switch to the numbered account                                                                                                   | *`account 3`*           |
| <p><strong><code>export</code></strong><br></p><p><strong><code>import</code></strong></p>                | export / import all binds, variables and aliases together via a json file (backwards compatible with the old bind export/import) |                         |
| **`clear`**                                                                                               | Clear the console text                                                                                                           |                         |
| **`ver`**                                                                                                 | Display the running version of the Terminal                                                                                      |                         |
