Get all brokers .

GET
Endpoint
/brokers
Description

Retrieves a list of all brokers.

Response
{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 1000,
        "limit": 1000,
        "order": "desc",
        "last_id": 521
    },
    "data": [
        {
            "id": 1843,
            "created_at": "2025-04-24T17:23:36Z",
            "updated_at": "2025-04-24T17:23:36Z",
            "name": "GatesFX",
            "application": "mt5",
        },
        {
            "id": 1842,
            "created_at": "2025-04-21T16:05:40Z",
            "updated_at": "2025-04-21T16:05:40Z",
            "name": "BeeMarkets",
            "application": "mt5",
        },
        ..... more brokers
    ]
}

Filters

Key Value Description
application "mt4" or "mt5" Return brokers from either application, MT4 or MT5.

Stay in the loop.

Sign up to our newsletter to keep up-to-date.