> ## 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.

# Listar verificações de AML Crypto

> Histórico paginado de verificações de AML Crypto para a organização autenticada.

## Endpoint

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

## Parâmetros de consulta

| Parâmetro     | Obrigatório | Descrição                                      |
| ------------- | ----------- | ---------------------------------------------- |
| `type`        | Não         | `wallet` ou `transaction`                      |
| `checkKind`   | Não         | Por exemplo, `address_risk_score`              |
| `protocol`    | Não         | Filtro por protocolo                           |
| `address`     | Não         | Endereço exato                                 |
| `hash`        | Não         | Hash exato                                     |
| `from` / `to` | Não         | Intervalo ISO de data e hora sobre `createdAt` |
| `limit`       | Não         | 1–100 (padrão: 50)                             |
| `offset`      | Não         | Padrão: 0                                      |

## Resposta

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