> For the complete documentation index, see [llms.txt](https://docs.pretium.co.ke/pretium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pretium.co.ke/pretium/api-reference/transactions/all-txns.md).

# All txns

Query all transactions within a given date range.

```
POST {{url}}/account/kes/transactions
```

#### Body request

```
{
    "start_date": "2025-02-19",
    "end_date": "2025-07-20"
}
```
