---
title: "Notify user that their withdrawal has been submitted (client-side trigger)"
method: POST
path: "/v1/withdrawals/notify-initiated"
tags: ["withdrawals"]
---

# Notify user that their withdrawal has been submitted (client-side trigger)

`POST /v1/withdrawals/notify-initiated`

## Request body

- object
  - `amount` string, required
  - `currencySymbol` string, required
  - `destination` 'hyperliquid' | 'arbitrum', required

## Response `200`

Successful response

- object
  - `notified` boolean, required

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/6ac390b7bb0b/schema)
