---
title: "Update a Withdrawal Config"
method: PATCH
path: "/v1/withdrawal-configs/{withdrawalConfigId}/api-key"
tags: ["Withdrawals"]
---

# Update a Withdrawal Config

`PATCH /v1/withdrawal-configs/{withdrawalConfigId}/api-key`

Updates an existing withdrawal configuration. Requires an API key with the `WITHDRAWS_UPDATE` permission.

## Path parameters

- `withdrawalConfigId` string, required

## Query parameters

- `apiKey` string, required

## Request body

- UpdateWithdrawalConfigDto
  - `name` string
  - `currencyIds` string[]
  - `disabled` boolean
  - `disabledBlockchainSymbols` string[]
  - `enabledFeatures` string[] — Optional feature flags. `iron` enables Iron.xyz auto off-ramp.

## Response `200`

Withdrawal config updated successfully.

- WithdrawalConfigEntity
  - `id` string — The withdrawal config ID (`withdrawalConfigId`).
  - `name` string
  - `platform` string
  - `disabled` boolean
  - `disabledBlockchainSymbols` string[]
  - `enabledFeatures` string[]
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Provided API key has no access to the resource.
- `404` — Withdrawal config not found.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
