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

# Dark web wallet

> Check dark web presence indicators for a crypto wallet via Gu1 AML Crypto.

## Endpoint

```
GET https://api.gu1.ai/api/aml-crypto/dark-web-wallet?protocol=btc&address=...&type=all
```

## Query parameters

| Param      | Required | Description                                                                                         |
| ---------- | -------- | --------------------------------------------------------------------------------------------------- |
| `protocol` | Yes      | `btc`, `eth`, `xmr`, or `doge`                                                                      |
| `address`  | Yes      | Wallet address                                                                                      |
| `type`     | Yes      | `onion`, `btc`, `eth`, `xmr`, `doge`, `email`, `ip`, `port`, `links`, `javascript`, `pgp`, or `all` |

Empty upstream results are normalized to:

```text theme={null}
No records were found on the dark web.
```
