# How to find out withdrawal fees for each cryptocurrency?

You can check the network fee when withdrawing and refunding in the CCPayment merchant dashboard, and there is also an API interface for you to check the network fee of every transaction.

## Check network fee for withdrawal&#x20;

**Step 1:** Log in to [CCPayment](https://admin.ccpayment.com/balances/index) and enter **Balances** page

**Step 2:** Click **Withdraw** button to start a withdrawal

**Step 3:** Enter the withdrawal information and you will see fees needed here

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

## Check network fee by API interface

Click into the page below to check how to call interface to check network fees.

{% content-ref url="/pages/sn3MoVymZ3XX0BEpqkmn" %}
[Network Fee Interface](/ccpayment-v1.0-api/resources-document/network-fee-interface.md)
{% endcontent-ref %}


---

# 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.ccpayment.com/faq/payment/how-to-find-out-withdrawal-fees-for-each-cryptocurrency.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.
