---
title: "getWithdrawFee"
method: POST
path: "/getWithdrawFee"
---

# getWithdrawFee

`POST /getWithdrawFee`

Get estimated withdraw fee, composed of blockchain fee and processing fee.

## Headers

- `AUTHORIZATION` string, required

## Request body

- object
  - `RAW_BODY` object, required — Withdraw input data
    - `asset` string, required — The asset to estimate the feed from
    - `blockchain` string, required — The blockchain on which the asset is located
    - `network` string, required — The blockchain network on which the asset is located
    - `amount` number, double, required — The amount to estimate the feed from
    - `to_address` string, required — The destination wallet address to estimate the feed
    - `message` string — Optional message or payload.

## Response `200`

200

- object
  - `blockchain_fee` number
  - `processing_fee` number
  - `total` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telepay/apis/telepay-rest-api.md) · [All operations](https://skmtc.net/telepay/apis/telepay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telepay/telepay-rest-api/versions/02f04301c30e/schema)
