Updates the active state of a symbol on an individual account.
/accounts/{account_id}/symbols/{account_symbol_id}
{
"active": "no"
}
{
"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"
}
}
Field | Required | Accepted | Description |
---|---|---|---|
active | no | yes or no | Set symbol active status |
Sign up to our newsletter to keep up-to-date.