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

# withdraw

`POST /withdraw`

Withdraw funds from merchant wallet to external wallet. On-chain operation.

## 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
  - `success` boolean

## 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/revisions/02f04301c30e/schema)
