Signals & API: Build Custom Trading Workflows
Updated 2026-06-16 · 7 min read

Advanced traders can use the OptionsHood Signals API to send trade signals from external systems. This is useful for quant strategies, TradingView alerts, and custom bots.
Authentication
Generate an API key from Settings → API Keys. Each key has scopes for read-only or signal submission. Store keys securely and rotate them regularly.

Webhook format
Signals are sent as JSON POST requests. Required fields include symbol, side, quantity, order type, and optional limit price.
TradingView integration
Use the webhook URL in a TradingView alert to turn Pine Script strategies into copy trading signals.