Skip to main content
POST
/
2
/
pm
/
deploy
/
submit
Broadcast a signed Safe deploy transaction
curl --request POST \
  --url https://demo-api.mobula.io/api/2/pm/deploy/submit \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "signature": "<string>"
}
'
{
  "hostname": "<string>",
  "took": 123,
  "data": "<unknown>"
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
address
string
required
Minimum string length: 1
signature
string
required
Minimum string length: 1
Pattern: ^0x[0-9a-fA-F]{130}$

Response

201 - application/json

Prediction Markets response

hostname
string
required
took
number
required
data
any | null

See the per-endpoint reference for the exact response shape.