OpoMTSocket Gateway (Go)
MT5 → REST + WebSocket gateway. This page is a status check, not the API.
Liveness /healthz
Readiness /readyz
Explore the API:
- /swagger — interactive API console (Swagger UI)
- /openapi.json — OpenAPI spec
- Prometheus metrics are served on the private operations listener.
- REST is under
/api/... (Bearer JWT) — e.g. GET /api/Test/getServerTime
- WebSocket at
/ws?...