# Subscribing to Webhooks

Aquanow offers Webhook callbacks for clients that want to be updated when a transaction is detected on-chain or finalized. Currently we support Webhooks for transactions (deposits and withdraw).&#x20;

### Adding Webhook URLs

Select “Webhook” from the top right dropdown menu.

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

Select "Add" to add a Webhook for Transactions.

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

To add a Webhook, enter the Webhook URL and select "Add".

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

Once the Webhook is added, several actions become available:\
Users can send a test message, edit or delete the Webhook.

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

Sending a test message allows users to test if messages can be sent properly. If the Webhook works correctly, a success notification will appear.&#x20;

{% hint style="info" %}
Please check your Webhook to make sure you have received the message.
{% 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://docs.aquanow.io/aquanow/legacy/webhooks/subscribing-to-webhooks.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.
