getReporterInfo

Returns available reporter information for the requesting user. Available information includes accounts and operator ids (OEOIDs) from the requesting users firm as well as executing firm ids (EFIDs).

Table 1. getReporterInfo
ParameterRequired Description
CommandYgetReporterInfo

Example Response

{
    "code": "200",
    "msg": "",
    "data": {
        "accounts": [
            "1111"
        ],
        "efids": [
            "CBOE"
        ],
        "oeoids": [
            "1111"
        ]
    }
}
Cboe Titanium U.S. Secure Web API - getReporterInfo | Cboe