> 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/tokenpause.md).

# TokenPause

Pauses all transactions for a token. The transaction signer must be the token's pause\_authority.Fields:

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

Sample Response:

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