Response fields
array of objects
object
The type of security. For example, "Common Stock" or "ETF".
id
string (format: uuid)
Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
code
string
A short code representing the security type. For example, "cs" for Common Stock. Here are some common values:
ad
- ADRbnd
- Bondcs
- Common Stockcef
- Closed End Fundet
- ETFoef
- Open Ended Fundps
- Preferred Stockrt
- Rightstruct
- Structured Productut
- Unitwi
- When Issuedwt
- Warrant
description
string
A human-readable description of the security type. For example, "Common Stock" or "ETF".
is_supported
boolean
Deprecated
Refrain from usage of this field
This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
1[2{3"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",4"code": "cs",5"description": "Common Stock",6"is_supported": true7}8]