{
  "ok": true,
  "service": "market-ingest-server",
  "endpoints": {
    "health": "/health",
    "stats": "/stats",
    "ingest": "/ingest/market-data"
  },
  "mysql": {
    "host": "127.0.0.1",
    "port": 3306,
    "database": "market_ingest_local",
    "user": "collector_ingest",
    "socketPath": ""
  },
  "supabaseRest": {
    "enabled": true,
    "configured": true,
    "url": "https://nffshfwidpwpyflxyifu.supabase.co",
    "keyType": "secret",
    "timeoutMs": 15000,
    "batchSize": 500,
    "marketSnapshotType": "depth_delta",
    "marketSnapshotsTable": "market_snapshots",
    "liquidityLevelsTable": "liquidity_levels"
  },
  "startedAt": "2026-05-09T14:27:18.534Z"
}