> 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/websocket/retrieving-transaction-details.md).

# Retrieving Transaction Details

The `"full": true`  designator provides verbose details for each transaction within the checkpoint:&#x20;

```
{"id": 1,"method": "SUBSCRIBE","stream": {"name": "CHECKPOINTS","full": true}}
```

Example details:

* transaction\_type (eg: "TokenTransfer")
* sender/receiver account addresses&#x20;
* amount of tokens transferred
* fees taken
* token information

This enables a client to subscribe to all current state events or filter for a given Account, Token or  Transactions (by type).&#x20;
