Exchange code and CurrencyCode before adding a trade —
Symbol and Exchange returned here are the exact values to pass to POST /v1/trades, and
query or symbol. To search cryptocurrencies, set exchange=Crypto
Authorization: ********************curl --location '/v1/securities/search?query=undefined&symbol=undefined&name=undefined&exchange=undefined¤cy=undefined&limit=undefined' \
--header 'Authorization: <api-key>'[
{
"symbol": "AAPL",
"exchange": "NAS",
"displayExchange": "NASDAQ",
"name": "Apple Inc.",
"currencyCode": "USD",
"activelyListed": true
}
]