Skip to main content
GET
/
api
/
brokers
/
search
Search MT5 brokers
curl --request GET \
  --url https://api.easierprop.com/api/brokers/search \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "data": [
    {
      "companyName": "Pure M Global Limited",
      "results": [
        {
          "name": "PureMGlobal-MT5",
          "access": [
            "193.30.23.21:443",
            "36.255.76.101:443"
          ]
        }
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Query Parameters

company
string
required

Company name to search for

Response

200 - application/json

Broker search results

ok
boolean
Example:

true

data
object[]