# GET /v4/bucket/health/transactions

_Merkl API_

> Check for stale transaction and autoclaim ingestion files

Always returns HTTP 200. `status` is `STALE` when any transaction and autoclaim file is older than the staleness threshold, `OK` otherwise. Configure a keyword monitor to alert when `STALE` is present.

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/bucket/health/transactions" \
  -H "x-api-key: YOUR_API_KEY"
```