cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/deploy/submit \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "signature": "<string>" } '
{ "data": { "to": "<string>", "calldata": "<string>", "chainId": 123, "safeAddress": "<string>" }, "hostname": "<string>", "took": 123 }
Returns calldata for deploying a Safe account on Polymarket. The user must broadcast this transaction themselves on Polygon after signing the typed data from Account Deploy Build.
Deploy submit result
Show child attributes