Application Settings

API Docs Live

Environment Configuration

Settings are loaded from environment variables. Update your .env file and restart the application.

App Name DeltaExchange Trading Platform
Environment production
Debug Mode Disabled
Webhook Secret Configured
Delta API Configured
Delta Base URL https://api.india.delta.exchange
Default Dry Run Yes
Log Level INFO

Webhook Usage

Send POST requests to the webhook endpoint:

POST /api/webhook
Content-Type: application/json

{
  "secret": "your-webhook-secret",
  "signal": "BUY",
  "ticker": "BTCUSD",
  "price": "61892.8",
  "time": 1783504080000
}

Supported signals: BUY, SELL, CLOSE+BUY, CLOSE+SELL