Check if a wallet is deployed
Check if a wallet is deployed
Returns whether the wallet at the given address is deployed onchain.
Use the type query parameter to choose which wallet type to check:
- Pass user’s Polymarket
SAFEaddress (default): Gnosis Safe (SignatureType2). - Pass user’s Polymarket
WALLETDeposit Wallet address: Deposit Wallet (signatureType3). See the Deposit Wallet Guide for setup.
Omitting type is equivalent to type=SAFE.
GET
Check if a wallet is deployed
Query Parameters
Address of the wallet to check Ethereum address (0x-prefixed, 40 hex chars)
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"
Wallet type to check. Defaults to SAFE when omitted.
Available options:
SAFE, WALLET Response
Deployment status retrieved successfully
Whether the wallet is deployed
Example:
true