Response fields
object
instruments
array of objects
symbol
string
The instrument's trading symbol / ticker.
exchange_mic
string or null
The MIC code of the exchange where the instrument is traded.
tradeable
boolean or null
Whether the instrument is tradeable through the brokerage. null
if the tradeability is unknown.
fractionable
boolean or null
Whether the instrument allows fractional units. null
if the fractionability is unknown.
universal_symbol_id
string (format: uuid) or null
The universal symbol ID of the instrument. This is the ID used to reference the instrument in SnapTrade API calls.
1{2"instruments": [3{4"symbol": "AAPL",5"exchange_mic": "XNAS",6"tradeable": true,7"fractionable": true,8"universal_symbol_id": "2bcd7cc3-e922-4976-bce1-9858296801c3"9}10]11}