Webhooks

Receive real-time events when new trade ideas are generated.

POST /your-webhook-url

{

"event": "idea.created",

"symbol": "VOLV-B",

"direction": "long",

"entry_price": 280.50,

"stop_price": 270.00,

"target_price": 301.00,

"confidence": 0.78

}

Webhook configuration coming soon in account settings.