Skip to main content

Create Withdrawal Request

The POST /user/withdrawals endpoint allows you to create a withdrawal request for a user. The withdrawal happens to the GP Safe’s owner wallet address.
Withdrawals are per token. Each withdrawal request targets a single token via tokenAddress.
Withdrawal Restrictions:
  • Only specific tokens are currently supported for withdrawals.
  • Withdrawals are restricted to the Safe owner address, the wallet address that initiated the Safe deployment via the POST /user/account endpoint.
Token addresses supported for withdrawals:Celo
  • CeloUSDT = 0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e
  • CeloUSDC = 0xceba9300f2b948710d2653dd7b07f33a8b32118c
Gnosis Chain
  • EURe = 0xcB444e90D8198415266c6a2724b7900fb12FC56E
  • GBPe = 0x5Cb9073902F2035222B9749F8fB0c9BFe5527108
  • USDCe = 0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0
See Tokens and Chains Supported for the full reference.