Properties
| NAME | TYPE | DESCRIPTION | 
| total | integer | Total number of tokens that matched your query. | 
| tokens | array | List of tokens.Can be one of: | 
Example
JSON
{
    "total": 5,
    "tokens": ""
}
JSON
{
    "total": 5,
    "tokens": ""
}
| NAME | TYPE | DESCRIPTION | 
| total | integer | Total number of tokens that matched your query. | 
| tokens | array | List of tokens.Can be one of: | 
{
    "total": 5,
    "tokens": ""
}
{
    "total": 5,
    "tokens": ""
}