Getting Started
Endpoints
API Reference v1.0
The Signal-Ops API provides programmatic access to all execution and strategy engines. Responses are formatted as JSON. Timestamps are in ISO 8601.
Authentication
# Authenticate with Bearer Tokencurl -X GET https://api.signalops.com/v1/account \
-H "Authorization: Bearer sk_live_882..."