{
  "service": "Tradowix Candle + Tick Data API",
  "owner_Developer": "Mr Beaxt",
  "Telegram": "@mrbeaxt_trader",
  "Channel": "https://t.me/binarybeaxtofficial",
  "Broker": "Tradowix",
  "endpoints": {
    "GET /?pair=EURUSD_otc&timeframe=M1&count=43200": "M1 candles, up to 30 days (newest first)",
    "GET /candles?pair=EURUSD_otc&timeframe=M1&count=43200": "Same as /",
    "GET /tick": "List all pairs with live ticks",
    "GET /tick?pair=EURUSD_otc": "Latest live tick (all Tradowix pairs)",
    "GET /tick?pair=EURUSD_otc&count=100": "Recent tick history (newest first)",
    "GET /ticks?pair=EURUSD_otc": "Alias of /tick",
    "GET /pairs": "Pairs available in database",
    "GET /pairs_list": "Simple list of live/stored pairs",
    "GET /health": "Health check"
  },
  "server_time": "2026-08-16 15:59:14"
}
