> ## Documentation Index
> Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Key Permissions

When creating an API Key, you can assign the following permissions:

<Frame>
  <img src="https://mintcdn.com/bitmart/Tco3oiQMGR5GewZq/images/key-permission.png?fit=max&auto=format&n=Tco3oiQMGR5GewZq&q=85&s=64e34701b0cd66ce05ee097f9d714fdd" alt="API Key Permissions" width="2218" height="1544" data-path="images/key-permission.png" />
</Frame>

| Permission       | Description                                                                  |
| ---------------- | ---------------------------------------------------------------------------- |
| **Read-Only**    | Query orders, positions, account balances, and market data                   |
| **Future-Trade** | Place orders, cancel orders, manage positions (open long, close short, etc.) |

<Note>
  The default permission for a newly created API Key is **Read-Only**.
</Note>

#### Read-Only Permission Scope

The following actions are available with Read-Only permission:

| Interface            | Auth Type | Description                      |
| -------------------- | --------- | -------------------------------- |
| Get Order            | SIGNED    | Query a single order by order ID |
| Get Open Orders      | SIGNED    | Query all open orders            |
| Get Order History    | SIGNED    | Query historical orders          |
| Get Position         | SIGNED    | Query current positions          |
| Get Account Assets   | SIGNED    | Query account balance            |
| Get Transfer History | SIGNED    | Query transfer records           |

#### Future-Trade Permission Scope

With Future-Trade permission, all Read-Only actions are available plus:

* Submit orders (limit, market)
* Cancel orders (single, batch, all)
* Submit and manage plan orders (stop, TP/SL, trailing stop)
* Adjust leverage and position mode
* Transfer funds
