Blocks

Get tenure fork information

Get information about tenure forking between two consensus hashes. This is used to identify conflicting tenures in the Nakamoto consensus.

get/v3/tenures/fork_info/{start}/{stop}

Path parameters

startstring required

Starting consensus hash (40 hexadecimal characters, without 0x prefix)

stopstring required

Stopping consensus hash (40 hexadecimal characters, without 0x prefix)

Response

Ordered list of tenure fork events from stop back to (and including) start

TenureForkInfo[] required— unresolved $ref

Changes

Changed in 4 of the 53 revisions of this API.22