Skip to main content

API Scopes

API scopes control what actions an API key can perform.

Available Scopes

ScopeDescriptionEndpoints
signals:writeSubmit trading signalsPOST /signals/ingest
signals:readView signal historyGET /signals
accounts:readView account informationGET /accounts
orders:readView ordersGET /orders
orders:writePlace and cancel ordersPOST /orders, DELETE /orders/:id
positions:readView positionsGET /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