---
title: "Gets details of withdrawal with the given ID"
method: GET
path: "/v1/withdrawals/{id}"
tags: ["withdrawls"]
---

# Gets details of withdrawal with the given ID

`GET /v1/withdrawals/{id}`

Gets details of withdrawal with the given ID

## Response `200`

OK

- Withdrawal
  - `transaction_id` number, required
  - `status` string, required
  - `rollup_status` string, required
  - `withdrawn_to_wallet` boolean, required
  - `sender` string, required
  - `token` object, required
    - `type` string, required
    - `data` object, required
      - `token_id` string, required
      - `id` string, required
      - `token_address` string, required
      - `decimals` number, required
      - `quantity` string, required
  - `timestamp` string, required

---

[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)
