New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://relayer-v2.polymarket.com/deployed{
"deployed": true
}Returns whether the wallet at the given address is deployed onchain.
Use the type query parameter to choose which wallet type to check:
SAFE address (default): Gnosis Safe (SignatureType 2).WALLET Deposit Wallet address: Deposit Wallet (signatureType 3). See the Deposit Wallet Guide for setup.Omitting type is equivalent to type=SAFE.
curl --request GET \
--url https://relayer-v2.polymarket.com/deployed{
"deployed": true
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Address of the wallet to check Ethereum address (0x-prefixed, 40 hex chars)
^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
Was this page helpful?