> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pretium.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# List account transactions

> List transactions for a country with optional date filters.

<ParamField path="country_code" type="string" required>
  Country code segment, e.g. `kes`.
</ParamField>

<ParamField body="start_date" type="string">
  Optional start date.
</ParamField>

<ParamField body="end_date" type="string">
  Optional end date.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X POST "{{base_url}}/account/kes/transactions" \
    -H "x-api-key: YOUR_CONSUMER_KEY" \
    -H "Content-Type: application/json" \
    -d '{}'
  ```
</RequestExample>
