Skip to main content
GET
/
deployed
Check if a safe is deployed
curl --request GET \
  --url https://relayer-v2.polymarket.com/deployed
{
  "deployed": true
}

Query Parameters

address
string
required

User's Polymarket proxy address Ethereum address (0x-prefixed, 40 hex chars)

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

"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"

Response

Deployment status retrieved successfully

deployed
boolean

Whether the safe is deployed

Example:

true