Skip to main content
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Request Body

address
string
required
The wallet address to deploy a Safe account for.

Response

data
object
EIP-712 typed data to sign, plus the derived Safe address.
hostname
string
Server node identifier.
took
number
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.