---
title: "Asks to perform withdrawal to l1."
method: POST
path: "/transactor/settle/withdraw"
deprecated: true
---

# Asks to perform withdrawal to l1.

`POST /transactor/settle/withdraw`

> **Deprecated.**

Asks to perform withdrawal to l1.

## Request body

- WithdrawRequestDTO
  - `amount` string
  - `beneficiary` string
  - `from_chain_id` integer
  - `hermes_id` string
  - `provider_id` string
  - `to_chain_id` integer

## Response `202`

Withdraw request accepted

## Other responses

- `400` — Failed to parse or request validation failed
- `500` — Internal server error

---

[API](https://skmtc.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
