Server-side proxy endpoints used by the dashboard.
Proxy routes avoid browser CORS issues. They also hide third-party API keys.
Receives browser chat messages.
Forwards them to the backend agent endpoint.
GET /api/prices/simple
GET /api/prices/markets
GET /api/prices/chart/:id
Do not proxy route-provider traffic through the frontend. Keep routing and execution inside the backend.
Last updated 14 hours ago