Skip to main content
PATCH
Update a Withdrawal Config
Note: When using the production environment at moonpay.hel.io, set your API endpoint to api.hel.io/v1 and generate API keys there. For the development environment, use api.dev.hel.io/v1 and generate API keys from moonpay.dev.hel.io.

Authorizations

Authorization
string
header
required

Authentication using JWT token

Path Parameters

withdrawalConfigId
string
required

The withdrawal config ID.

Query Parameters

apiKey
string
required

Your API key, which can be generated from the Helio Dashboard settings page.

Body

application/json
name
string
Maximum string length: 200
currencyIds
string[]
Minimum array length: 1
disabled
boolean
disabledBlockchainSymbols
string[]
enabledFeatures
enum<string>[]

Optional feature flags. iron enables Iron.xyz auto off-ramp.

Available options:
iron

Response

Withdrawal config updated successfully.

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>