Legacy

Legacy get block by height or hash.

Bitcore Insight-compatible V1 block shape for Bitcoin-type coins.

Load estimate: Medium to high; grows with block transaction count and legacy payload size.

get/api/v1/block/{blockId}

Path parameters

blockIdstring required

Block height or block hash.

Response

Legacy block payload.

LegacyObject required

Legacy Bitcore Insight-compatible payload. Use API V2 for stable typed schemas.

Changes