Skip to main content
POST
/
2
/
pm
/
deploy
/
build
Build Safe deploy transaction
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
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
address
string
required

Response

200 - application/json

Deploy calldata

data
object
hostname
string
took
number