> For the complete documentation index, see [llms.txt](https://developer.1moneynetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokencloseaccount.md).

# 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"
  }
}
```
