API schema
Schema

FTFamilySearchResutls

Type: object

Properties

NameTypeDescription
searchresultsarray of objectList of all families that match the search query
errerr

Example shape

{
  "searchresults": [
    {
      "family_name": "string",
      "ticker_count": "string"
    }
  ],
  "err": {
    "example": "err"
  }
}