v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
Form a new contract
Forms a new contract with the provided metadata. This endpoint is usually called by the autopilot but also allows to form contracts manually.
post/bus/contracts/form
Request body
Example request
{
"endHeight": 92813
}Response
Contract formed successfully
Example response
{
"proofHeight": 92813,
"revisionHeight": 92813,
"revisionNumber": 246,
"startHeight": 92813,
"windowStart": 92813,
"windowEnd": 92813
}