Get all disabled symbols .

GET

Get a list of disabled symbols for an individual copier.

Request

/copiers/{copier_id}/disabled-symbols

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 31
    },
    "data": [
        {
            "id": 32,
            "created_at": "2021-05-25T08:56:37.000000Z",
            "updated_at": "2021-05-25T08:56:37.000000Z",
            "lead_symbol_id": 936,
            "lead_symbol": "EURCHF"
        },
     .....more disabled symbols.....
    ]
}

Stay in the loop..

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