Skip to main content
GET
Retrieve Transaction Data for Withdrawing from Safe

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tokenAddress
string
required

The address of the token to withdraw. Use "0x0000000000000000000000000000000000000000" for native token (xDAI) withdrawals.

Pattern: ^0x[a-fA-F0-9]{40}$
to
string
required

The address to withdraw to.

Pattern: ^0x[a-fA-F0-9]{40}$
amount
string
required

The amount to withdraw in the token's base units.

Pattern: ^[1-9][0-9]*$

Response

Successfully retrieved EIP-712 typed data for signing.

data
object
required