Skip to main content
GET
curl https://api-verifier-2.onrender.com/
{
  "message": "MT5 Monitor API",
  "version": "1.0.0",
  "endpoints": {
    "auth": ["/login", "/logout", "/verify", "/web-register"],
    "mt5": ["/mt5/update/account", "/mt5/update/orders", "/mt5/update/history"],
    "sentiment": ["/api/sentiment"],
    "health": ["/health"]
  }
}

Response

message
string
API name
version
string
API version
endpoints
object
Available endpoint groups
curl https://api-verifier-2.onrender.com/
{
  "message": "MT5 Monitor API",
  "version": "1.0.0",
  "endpoints": {
    "auth": ["/login", "/logout", "/verify", "/web-register"],
    "mt5": ["/mt5/update/account", "/mt5/update/orders", "/mt5/update/history"],
    "sentiment": ["/api/sentiment"],
    "health": ["/health"]
  }
}