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

# getWithdrawMinimum

`POST /getWithdrawMinimum`

Obtains minimum amount required to withdraw funds on a given asset

## Headers

- `AUTHORIZATION` string, required

## Request body

- object
  - `RAW_BODY` object, required — Invoice input data
    - `asset` string, required — The asset name
    - `blockchain` string, required — The blockchain on which the asset is located
    - `network` string — The blockchain network

## Response `200`

200

- object
  - `withdraw_minimum` 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)
