MT5 Manager RESTful API tmp
You can check test our MT5 Manager RESTfull API simply in browser. To connect to mt5 namager account you need to call method '/Connect'. It returns token that you need to use in further requests as 'id' parameter.
You can use your own account.
Service
Service functions not related to account
GET/MemoryUsage
https://mng5.mtapi.io/MemoryUsage
HEADERS
Accept
Example Request
Returns memory usage details
200 OK
Example Response
Content-Type
GET/Ping
https://mng5.mtapi.io/Ping
HEADERS
Accept
Example Request
Returns 'OK'
200 OK
Example Response
Content-Type
GET/ReadMe
https://mng5.mtapi.io/ReadMe
Example Request
Success
200 OK
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers