Response fields
array of objectsobjectThe type of security. For example, "Common Stock" or "ETF".
idstring (format: uuid)Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
codestringA short code representing the security type. For example, "cs" for Common Stock. Here are some common values:
ad- ADRbnd- Bondcs- Common Stockcef- Closed End Fundcrypto- Cryptocurrencyet- ETFoef- Open Ended Fundps- Preferred Stockrt- Rightstruct- Structured Productut- Unitwi- When Issuedwt- Warrant
descriptionstringA human-readable description of the security type. For example, "Common Stock" or "ETF".
is_supportedbooleanDeprecated
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]