Skip to main content
GET
Check if a wallet is deployed

查询参数

address
string
必填

Address of the wallet to check Ethereum address (0x-prefixed, 40 hex chars)

Pattern: ^0x[a-fA-F0-9]{40}$
示例:

"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"

type
enum<string>
默认值:SAFE

Wallet type to check. Defaults to SAFE when omitted.

可用选项:
SAFE,
WALLET

响应

Deployment status retrieved successfully

deployed
boolean

Whether the wallet is deployed

示例:

true