Get account symbol .

GET

Retrieves a symbol from an account.

Request

/accounts/{account_id}/symbol/{account_symbol_id}

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"
        }
    ]
}

Stay in the loop..

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