# TokenCloseAccount

Closes a token account. The account must have zero balance.Fields:

| Field | Type   | Description   |
| ----- | ------ | ------------- |
| token | String | Token address |

Sample Response:

```json
{
  "transaction_type": "TokenCloseAccount",
  "data": {
    "token": "0x1234567890123456789012345678901234567890"
  }
}
```
