# Mass Payouts via API

CryptoCloud provides functionality for creating an API key that you can use to implement API withdrawals, including mass payouts. The key provides security when creating requests and ensures reliable communication between your platform and the CryptoCloud service. It is convenient for regular payments to partners, clients or employees.

To work with mass payments, a separate API key is required. It can be generated in your account settings in the «Security» section. The key is displayed once, so be sure to keep it in a safe place and do not allow its disclosure.

<figure><img src="/files/SkfPkIjcJTqPrIZ0qR7e" alt=""><figcaption></figcaption></figure>

Please note:

* A request to create a withdrawal request can be sent no more often than once every 12 seconds.
* Withdrawal via API is possible to any addresses, including those not saved in the system.

You can find the request format, data structure and examples in the [API documentation](https://docs.cryptocloud.plus/en/api-reference-v2/withdrawals).

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% endhint %}


---

# Agent Instructions: 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://support.cryptocloud.plus/withdrawals/mass-payouts.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.
