Get Instruments
$ clear-street v1:instruments get-instruments
GET/v1/instruments
Get Instruments
clear-street v1:instruments get-instruments \
--api-key 'My API Key'{
"data": [
{
"country_of_issue": "US",
"currency": "USD",
"easy_to_borrow": true,
"id": "0f5a1a4e-5b3e-4d8f-9b7a-2b1d0e3f4a5b",
"instrument_type": "COMMON_STOCK",
"is_liquidation_only": false,
"is_marginable": true,
"is_restricted": false,
"is_short_prohibited": false,
"is_threshold_security": false,
"is_tradable": true,
"name": "Apple Inc.",
"symbol": "AAPL",
"venue": "XNMS"
}
],
"error": null,
"metadata": {
"next_page_token": "cGFnZT0yJmxhc3Rfc3ltYm9sPUdNRQ==",
"page_number": 1,
"request_id": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
"total_items": 10,
"total_pages": 5
}
}Returns Examples
{
"data": [
{
"country_of_issue": "US",
"currency": "USD",
"easy_to_borrow": true,
"id": "0f5a1a4e-5b3e-4d8f-9b7a-2b1d0e3f4a5b",
"instrument_type": "COMMON_STOCK",
"is_liquidation_only": false,
"is_marginable": true,
"is_restricted": false,
"is_short_prohibited": false,
"is_threshold_security": false,
"is_tradable": true,
"name": "Apple Inc.",
"symbol": "AAPL",
"venue": "XNMS"
}
],
"error": null,
"metadata": {
"next_page_token": "cGFnZT0yJmxhc3Rfc3ltYm9sPUdNRQ==",
"page_number": 1,
"request_id": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
"total_items": 10,
"total_pages": 5
}
}