---
title: "Creates a withdrawal of a token"
method: POST
path: "/v1/withdrawals"
tags: ["withdrawls"]
---

# Creates a withdrawal of a token

`POST /v1/withdrawals`

Creates a withdrawal

## Request body

- object
  - `amount` string, required
  - `asset_id` string, required
  - `nonce` number, required
  - `stark_key` string, required
  - `stark_signature` string, required
  - `vault_id` number, required

## Response `200`

OK

- object
  - `status` string, required — Status of the withdrawal
  - `time` integer, required — Time of the withdrawal
  - `withdrawl_id` integer, required — ID of the withdrawal

---

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