Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.
Request Body
The wallet address to deploy a Safe account for.
Response
EIP-712 typed data to sign, plus the derived Safe address.
EIP-712 domain.
Always "Polymarket Contract Proxy Factory".
Chain ID (137 for Polygon).
Safe Factory contract address.
EIP-712 type definitions for CreateProxy.
Message to sign.
Payment token address (zero address).
Payment receiver (zero address).
The deterministic Safe address that will be deployed.
Request processing time in milliseconds.
Usage Example
curl -X POST "https://api.mobula.io/api/2/pm/deploy/build" \
-H "Content-Type: application/json" \
-d '{ "address": "0xYourWalletAddress" }'
After signing the returned typed data, submit the signature to Deploy Submit to get the deployment calldata. Then send that transaction on Polygon.