curl --request GET \
--url https://api.easierprop.com/api/brokers/search{
"ok": true,
"data": [
{
"companyName": "Pure M Global Limited",
"results": [
{
"name": "PureMGlobal-MT5",
"access": [
"193.30.23.21:443",
"36.255.76.101:443"
]
}
]
}
]
}Search for MT5 broker servers by company name. Returns server names and IP addresses.
Use the returned name as the server_name field when creating an account.
curl --request GET \
--url https://api.easierprop.com/api/brokers/search{
"ok": true,
"data": [
{
"companyName": "Pure M Global Limited",
"results": [
{
"name": "PureMGlobal-MT5",
"access": [
"193.30.23.21:443",
"36.255.76.101:443"
]
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt
Use this file to discover all available pages before exploring further.