Settings
Manage API keys and webhook configuration
Webhook Endpoint
Send POST requests with your signals to this endpoint
/api/webhook/signalRequired Headers:
X-API-Key: your-api-keyExample Payload:
{
"symbol": "BTC/USDT",
"direction": "LONG",
"entry_price": 42150.50,
"source": "tradingview"
}API Keys
Create and manage API keys for webhook authentication