Settings

Manage API keys and webhook configuration

Webhook Endpoint
Send POST requests with your signals to this endpoint
/api/webhook/signal

Required Headers:

X-API-Key: your-api-key

Example Payload:

{
  "symbol": "BTC/USDT",
  "direction": "LONG",
  "entry_price": 42150.50,
  "source": "tradingview"
}
API Keys
Create and manage API keys for webhook authentication