# Callback Setting

<figure><img src="/files/84EF2QwfJw6TFdrqqunh" alt=""><figcaption></figcaption></figure>

The callback settings page allows the following configuration operations:

1. Batch edit callback addresses
2. Set the default BTC address format
3. Set the minimum callback amount for currencies

## 1. Batch edit callback addresses

After clicking "Edit," a window will pop up on the right side. Here, you can enter the callback URL and then click confirm.

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

## 2. Set the default BTC address format

Click on the dropdown menu in the default BTC address format row to select the BTC address format. For more information on the differences between formats, you can refer [here](/faq/wallet-management/why-does-btc-have-different-address-formats.md).

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

## 3. Set the minimum callback amount for currencies

Find the currency you wish to set under the minimum callback amount. Only currencies that have been added to the wallet will be displayed here. After selecting, click edit to bring up a numeric input box. Users can set a value below which a callback will not be triggered to prevent deposit harassment or dust attacks.

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


---

# 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.cregis.com/api/api-manual/callback-setting.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.
