Argix Labs
Documentation

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 CategoryRate Limit
General60 requests / min
Trading10 requests / min
Market Data120 requests / min

Available endpoints

ResourceOperations
BotsCRUD operations — create, read, update, delete bots
TradingOrder management — submit, cancel, and query orders
AccountPortfolio and positions — balances, holdings, history
BacktestingRun and retrieve backtest results

For questions about API access, contact support@argixlabs.com