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