POST api/data/symbols
Get learned symbols
Request Information
URI Parameters
None.
Body Parameters
GeneralInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityToken": "sample string 1"
}
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]