> ## Documentation Index
> Fetch the complete documentation index at: https://gnosispay-feat-changelog-feature.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get typed data for withdrawing from the user's Safe account

> Returns the EIP-712 typed data that needs to be signed by the user's wallet to withdraw from the user's Safe account.
This endpoint is used as part of a three-step process:
1. Call this endpoint to get the EIP-712 typed data
2. Sign the typed data with the user's wallet using EIP-712 signature standard
3. Submit the signature to the POST `/api/v1/accounts/withdraw` endpoint


