Next.js proxy routes

Server-side proxy endpoints used by the dashboard.

Proxy routes avoid browser CORS issues. They also hide third-party API keys.

Chat proxy

  • Receives browser chat messages.

  • Forwards them to the backend agent endpoint.

Market data proxy

  • GET /api/prices/simple

  • GET /api/prices/markets

  • GET /api/prices/chart/:id

circle-exclamation

Last updated