API Reference
The UTM API allows you to programmatically submit trading signals, manage accounts, and monitor orders.
Base URL
https://api.universaltrademanager.com/api
Authentication
All API requests require authentication via API key. Include your key in the X-API-Key header:
curl -H "X-API-Key: your-api-key" https://api.example.com/api/...
See API Keys for details on creating and managing keys.
Endpoints
| Endpoint | Description |
|---|---|
| POST /signals/ingest | Submit trading signals |
| GET /accounts | List connected accounts |
| GET /orders | List orders |
| GET /positions | List positions |
Rate Limits
- 100 requests per minute per API key
- 1000 requests per hour per API key
Errors
See Error Codes for a complete list of error responses.