Update account symbol .

PATCH

Updates the active state of a symbol on an individual account.

Request

/accounts/{account_id}/symbols/{account_symbol_id}

Body

{
    "active": "no"
}

Response

{
    "result": "success",
    "status": 200,
    "data": {
        "id": 4908,
        "created_at": "2021-03-15T16:13:07.000000Z",
        "updated_at": "2021-03-15T16:13:07.000000Z",
        "symbol": "UsaVixApr21",
        "active": "yes"
    }
}

Attributes

Field Required Accepted Description
active no yes or no Set symbol active status

Stay in the loop..

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