Get started with the MT5 Monitor API in under 5 minutes
curl https://api-verifier-2.onrender.com/health
{ "status": "ok", "timestamp": "2024-01-15T12:00:00.000Z", "service": "MT5 Monitor API" }
curl -X POST https://api-verifier-2.onrender.com/web-register \ -H "Content-Type: application/json" \ -d '{ "firstName": "John", "lastName": "Doe", "email": "john@example.com", "password": "securepassword123" }'
curl -X POST https://api-verifier-2.onrender.com/login \ -H "Content-Type: application/json" \ -d '{ "email": "john@example.com", "password": "securepassword123" }'
curl https://api-verifier-2.onrender.com/api/sentiment