---
title: "Get requested erc withdrawals"
method: GET
path: "/api/v1/withdrawal/requests"
tags: ["Activity Feed"]
---

# Get requested erc withdrawals

`GET /api/v1/withdrawal/requests`

Retrieves requested erc withdrawals for provided account address

## Response `200`

OK

- ResponseRequestedErcWithdrawalsResponse
  - `data` ResponseRequestedErcWithdrawalResponse[], required — Data contains a list of RequestedErcWithdrawalResponse objects
    - `account_address` string, required — Deprecated: still populated for backward compatibility, but consumers should read wallet_address — this field carries the AA wallet address, which is now exposed as wallet_address.
    - `amount` number, required — Amount specifies the value to be withdrawn, expressed as a floating-point number
    - `call_data` string, required — CallData represents the encoded data required for executing the contract call
    - `destination_address` string, required — DestinationAddress is the destination address for the withdrawal. Preferred field; to_address mirrors the same value for backward compatibility.
    - `hash` string, required — Hash represents calldata and nonce hash used to request this withdrawal
    - `to_address` string, required — Deprecated: still populated for backward compatibility, but consumers should read destination_address — this field carries the withdrawal destination, which is now exposed as destination_address.
    - `token_address` string, required — TokenAddress represents the blockchain address of the token involved in the withdrawal request
    - `valid_after` string, required — ValidAfter specifies the timestamp after which the withdrawal request is considered valid
    - `valid_before` string, required — ValidUntil indicates the expiry time of the withdrawal request
    - `wallet_address` string, required — WalletAddress is the AA wallet address the withdrawal request originates from. Preferred field; account_address mirrors the same value for backward compatibility.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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