API Scopes
API scopes control what actions an API key can perform.
Available Scopes
| Scope | Description | Endpoints |
|---|---|---|
signals:write | Submit trading signals | POST /signals/ingest |
signals:read | View signal history | GET /signals |
accounts:read | View account information | GET /accounts |
orders:read | View orders | GET /orders |
orders:write | Place and cancel orders | POST /orders, DELETE /orders/:id |
positions:read | View positions | GET /positions |
Scope Selection
When creating an API key, select only the scopes needed:
- TradingView integration:
signals:write - Monitoring dashboard:
signals:read,orders:read,positions:read - Full automation: All scopes