Public
Documentation Settings

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

text/plain

Example Request
curl
curl --location 'https://mng5.mtapi.io/MemoryUsage' \
--header 'Accept: text/plain'
200 OK
Example Response
text
{
  "is64BitProcess": true,
  "physicalMemoryUsage": -35321359,
  "basePriority": 51847824,
  "priorityClass": "nostrud ex eiusmod",
  "userProcessorTime": "consectetur commodo",
  "privilegedProcessorTime": "mollit sit est in",
  "totalProcessorTime": "est pariatur nostrud",
  "pagedSystemMemorySize": 71927853,
  "pagedMemorySize": -29615114,
  "peakPagedMem": 89287192,
  "peakVirtualMem": 24961042,
  "peakWorkingSet": 83914671,
  "memoryLoadBytes": -56172246,
  "heapSizeBytes": -89372379,
  "fragmentedBytes": -85007907,
  "highMemoryLoadThresholdBytes": -88693100,
  "totalAvailableMemoryBytes": 78950724,
  "responding": false
}
Content-Type

text/plain

GET/Ping

https://mng5.mtapi.io/Ping
HEADERS
Accept

text/plain

Example Request
curl
curl --location 'https://mng5.mtapi.io/Ping' \
--header 'Accept: text/plain'
200 OK
Example Response
text
id sunt dolore incididunt
Content-Type

text/plain

GET/ReadMe

https://mng5.mtapi.io/ReadMe
Example Request
curl
curl --location 'https://mng5.mtapi.io/ReadMe'
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