Skip to main content

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

EndpointDescription
POST /signals/ingestSubmit trading signals
GET /accountsList connected accounts
GET /ordersList orders
GET /positionsList 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.