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
查询参数
Address of the wallet to check Ethereum address (0x-prefixed, 40 hex chars)
Pattern:
^0x[a-fA-F0-9]{40}$示例:
"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"
Wallet type to check. Defaults to SAFE when omitted.
可用选项:
SAFE, WALLET 响应
Deployment status retrieved successfully
Whether the wallet is deployed
示例:
true