Skip to main content

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:
API Key Permissions
PermissionDescription
Read-OnlyQuery orders, positions, account balances, and market data
Future-TradePlace orders, cancel orders, manage positions (open long, close short, etc.)
The default permission for a newly created API Key is Read-Only.

Read-Only Permission Scope

The following actions are available with Read-Only permission:
InterfaceAuth TypeDescription
Get OrderSIGNEDQuery a single order by order ID
Get Open OrdersSIGNEDQuery all open orders
Get Order HistorySIGNEDQuery historical orders
Get PositionSIGNEDQuery current positions
Get Account AssetsSIGNEDQuery account balance
Get Transfer HistorySIGNEDQuery 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