curl --request GET \
--url http://localhost:4000/api/datafeed/symbols
[
{
"symbol": "<string>",
"full_name": "<string>",
"description": "<string>",
"exchange": "<string>",
"type": "<string>"
}
]
Search for trading symbols
curl --request GET \
--url http://localhost:4000/api/datafeed/symbols
[
{
"symbol": "<string>",
"full_name": "<string>",
"description": "<string>",
"exchange": "<string>",
"type": "<string>"
}
]
Symbol to search for
Symbol search results
The response is of type object[]
.