Get disabled symbols .

GET
Endpoint
/copiers/{copier_id}/disabled-symbols
Description

Retrieve a list of individual copier disabled symbols.

Response
{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 34960030
    },
    "data": [
        {
            "id": 34960031,
            "created_at": "2025-04-25T15:19:46Z",
            "updated_at": "2025-04-25T15:19:46Z",
            "lead_symbol_id": 272379185,
            "lead_symbol": "USDRUB"
        },
        {
            "id": 34960030,
            "created_at": "2025-04-25T15:19:40Z",
            "updated_at": "2025-04-25T15:19:40Z",
            "lead_symbol_id": 272379070,
            "lead_symbol": "AUDCAD"
        }
    ]
}

Stay in the loop.

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