v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
Get contract ancestors. A contract's ancestors are the contracts that were formed before it. If a contract is renewed, the existing contract is considered an ancestor of the new contract.
get/bus/contract/{id}/ancestors
Path parameters
idstring required
A unique identifier for a file contract
Query parameters
minstartheightinteger required
Response
Contract ancestors
Example response
[
{
"proofHeight": 92813,
"revisionHeight": 92813,
"revisionNumber": 246,
"startHeight": 92813,
"windowStart": 92813,
"windowEnd": 92813
}
]