{
  "endpoints": {
    "ai_analyst": "/fetch/ai-analyst",
    "cash_transactions": "/fetch/cash-transactions",
    "current_market_price": "/fetch/current-market-price",
    "delta": "/fetch/current-delta",
    "delta_alerts": "/fetch/delta-alerts",
    "filled_orders_alert": "/fetch/filled-orders-alert",
    "maintenance_margin": "/fetch/maintenance-margin",
    "margin_impact": "/fetch/current-margin-impact",
    "morning_summaries": "/fetch/morning-summaries",
    "nlv": "/fetch/nlv",
    "orders": "/fetch/orders",
    "orders_trades_today": "/fetch/today-orders-trades",
    "positions": "/fetch/positions",
    "positions_by_symbol": "/query/positions?symbol=<SYMBOL>&user_id=<USER_ID>",
    "profit_taking_alert_calls": "/fetch/profit-taking-alert-calls",
    "profit_taking_alert_puts": "/fetch/profit-taking-alert-puts",
    "settled_cash": "/fetch/settled-cash",
    "trades": "/fetch/trades",
    "transfers": "/fetch/transfers"
  },
  "message": "Y2K Fund Data Fetcher API"
}
