bus
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
}
]Changes
Changed in 3 of the 50 revisions of this API.22
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
api tag
busaddedapi-tag-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲