Get an Asset by ID or Symbol

GET {{baseUrl}}/v2/assets/:symbol_or_asset_id

Get the asset model for a given symbol or assetid. The symbol or assetid should be passed in as a path parameter.

Note: For crypto, the symbol has to follow old symbology, e.g. BTCUSD.

Note: For coin pairs, the symbol should be separated by spare symbol (/), e.g. BTC/USDT. Since spare is a special character in HTTP, use the URL encoded version instead, e.g. /v2/assets/BTC%2FUSDT

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Apca-Api-Key-Idstring
Apca-Api-Secret-Keystring

RESPONSES

status: OK

{"id":"b0b6dd9d-8b9b-48a9-ba46-b9d54906e415","class":"us_equity","exchange":"NASDAQ","symbol":"AAPL","name":"Apple Inc. Common Stock","status":"active","tradable":true,"marginable":true,"maintenance_margin_requirement":30,"shortable":true,"easy_to_borrow":true,"fractionable":true,"attributes":["fractional_eh_enabled","options_enabled"]}