API schema
Schema
FTFamilySearchResutls
Type: object
Properties
| Name | Type | Description |
|---|---|---|
searchresults | array of object | List of all families that match the search query |
err | err |
Example shape
{
"searchresults": [
{
"family_name": "string",
"ticker_count": "string"
}
],
"err": {
"code": "-5000000",
"message": "invalid ticker",
"link": "string"
}
}