cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/deploy/build \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>" } '
{ "data": {}, "hostname": "<string>", "took": 123 }
Build EIP-712 typed data for deploying a Safe account on Polymarket. This is required before a wallet can trade.
Show Deploy Typed Data
Show Domain
"Polymarket Contract Proxy Factory"
CreateProxy
"CreateProxy"
Show Message
0
curl -X POST "https://api.mobula.io/api/2/pm/deploy/build" \ -H "Content-Type: application/json" \ -d '{ "address": "0xYourWalletAddress" }'
Deploy calldata