---
title: "Create withdrawal estimation"
method: POST
path: "/api/v1/cards/{cardId}/withdraw/estimate"
tags: ["Obsolete"]
---

# Create withdrawal estimation

`POST /api/v1/cards/{cardId}/withdraw/estimate`

Creates a new withdrawal estimation for the card. </br>This method is deprecated and will be removed in the future.

## Path parameters

- `cardId` string, required

## Request body

- RequestCardWithdrawalEstimateRequestBody
  - `amount` number, required — Amount to withdraw
  - `correlation_id` string, required — CorrelationId for the request
  - `currency` string, required — Currency of the amount to withdraw
  - `destinationAddress` string, required — DestinationAddress represents the unique address of the recipient

## Response `200`

OK

- ResponseCardWithdrawalEstimateResponse
  - `amount` number, required — Amount that would be transferred
  - `currency` string, required — Currency of the withdrawal request
  - `estimation_id` string, required — Identifier of the created estimation
  - `expires_at` integer, required — UTC timestamp when the estimation will expire
  - `fee_amount` number, required — Amount of the fee that would be charged

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
