API
API Access
Programmatic access to THIS PLATFORM.
Overview
Argix Labs provides API access for programmatic bot management, data retrieval, and account operations. The API follows RESTful conventions and returns JSON responses.
Authentication
All API requests require authentication via API token. Tokens are generated in Settings > API Keys. Include your token in the Authorization header of every request.
Keep your tokens secret
API tokens grant full access to your account. Never share them publicly, commit them to version control, or expose them in client-side code. Rotate tokens immediately if you suspect they have been compromised.
Rate limits
Rate limits are enforced per token to ensure platform stability.
| Endpoint Category | Rate Limit |
|---|---|
| General | 60 requests / min |
| Trading | 10 requests / min |
| Market Data | 120 requests / min |
Available endpoints
| Resource | Operations |
|---|---|
| Bots | CRUD operations — create, read, update, delete bots |
| Trading | Order management — submit, cancel, and query orders |
| Account | Portfolio and positions — balances, holdings, history |
| Backtesting | Run and retrieve backtest results |
For questions about API access, contact support@argixlabs.com