API schema
Schema
FTFamily
Type: object
Properties
| Name | Type | Description |
|---|---|---|
name | string | Name of family |
tickers | string | String of comma "," separated ticker that make up family. |
count | string | Number of tickers in family |
err | err |
Example shape
{
"name": "string",
"tickers": "string",
"count": "string",
"err": {
"code": "-5000000",
"message": "invalid ticker",
"link": "string"
}
}