cURL
curl --request GET \ --url https://relayer-v2.polymarket.com/deployed
{ "deployed": true }
Returns a payload that determines if a safe is deployed. Takes in the user’s Polymarket proxy address.
User's Polymarket proxy address Ethereum address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$
"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"
Deployment status retrieved successfully
Whether the safe is deployed
true
Was this page helpful?
Suggestions