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

# List AML Crypto checks

> Paginated history of AML Crypto checks for the authenticated organization.

## Endpoint

```
GET https://api.gu1.ai/api/aml-crypto/checks
```

## Query parameters

| Param         | Required | Description                       |
| ------------- | -------- | --------------------------------- |
| `type`        | No       | `wallet` or `transaction`         |
| `checkKind`   | No       | e.g. `address_risk_score`         |
| `protocol`    | No       | Protocol filter                   |
| `address`     | No       | Exact address                     |
| `hash`        | No       | Exact hash                        |
| `from` / `to` | No       | ISO datetime range on `createdAt` |
| `limit`       | No       | 1–100 (default 50)                |
| `offset`      | No       | Default 0                         |

## Response

```json theme={null}
{
  "success": true,
  "data": {
    "items": [],
    "pagination": {
      "total": 42,
      "limit": 50,
      "offset": 0,
      "hasMore": false
    }
  }
}
```
