Permissions
In our system, API keys are tied to different permission levels that govern what actions can be performed using that key. Below is an overview of the available permissions:
| Permission Level | Description |
|---|---|
| General (read-all) | This permission allows the API key to read all data accessible via the API. It grants access to view but not modify any resources. |
| Trade (orders & swings) | This permission allows the API key to create orders and swings via the API. It grants the ability to initiate trading actions and manage positions (swing trades) on behalf of the user. |
| Withdraw (coin_withdraw & fund_transfer) | This permission grants the API key the ability to withdraw funds and transfer coins between accounts. It is the highest level of access, allowing financial operations. |
These permissions help ensure that only authorized actions are taken with the API keys, allowing for fine-grained access control in your system. Ensure that you assign the appropriate permission level to each API key to avoid unauthorized or accidental operations.