GET
/
api
/
datafeed
/
symbols
Search symbols
curl --request GET \
  --url http://localhost:4000/api/datafeed/symbols
[
  {
    "symbol": "<string>",
    "full_name": "<string>",
    "description": "<string>",
    "exchange": "<string>",
    "type": "<string>"
  }
]

Query Parameters

symbol
string
required

Symbol to search for

Response

200 - application/json

Symbol search results

The response is of type object[].