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 - ADR bnd - Bond cs - Common Stock cef - Closed End Fund et - ETF oef - Open Ended Fund ps - Preferred Stock rt - Right struct - Structured Product ut - Unit wi - When Issued wt - 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]