> For the complete documentation index, see [llms.txt](https://developers.cryptopay.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.cryptopay.me/guides/payouts/create-a-coin-withdrawal/high_risk_address-error-message.md).

# high\_risk\_address error message

Cryptopay runs screening of destination addresses before process withdraw requests. In case you submit a cryptocurrency address that is connected to a resource which is known for its illicit activities, we will return a `422` error:

{% code overflow="wrap" %}

```json
{
  "error": {
    "code": "high_risk_address",
    "message": "We were unable to process your request as the address of the recipient may be associated with resource primarily used for unlawful activities",
    "details": []
  },
  "meta": {
    "request_id": "d38974a2b27235018b06fa56bd1ed2bb"
  }
}
```

{% endcode %}

This means that we will not be able to process your request to send cryptocurrency to that address.

{% hint style="info" %}
We recommend you to make your Fraud Prevention / Transaction Monitoring teams aware of such response from us so that they take appropriate actions in terms of AML/CTF regulations and risk control procedures.
{% endhint %}

Refer to the [Risks](/guides/risks.md) section to get more information about risks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.cryptopay.me/guides/payouts/create-a-coin-withdrawal/high_risk_address-error-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
