Skip to content
Alchemy Logo

Raw and normalized HyperCore blocks

This API is in private preview. Endpoint availability and response schemas may change before general availability.

The Chain API keeps raw source material distinct from normalized block-oriented objects. HyperCore uses exchange concepts — markets, orders, fills, and actions — rather than EVM transactions.

FieldTypeDescription
abci_block.roundintegerThe block identifier.
abci_block.parent_roundintegerLinks to the preceding block.
abci_block.timeintegerBlock timestamp in milliseconds.
abci_block.proposerstringAddress of the validator that proposed the block.
abci_block.hardforkobjectProtocol version and activation round.
abci_block.signed_action_bundlesarrayPairs of [tx_hash, bundle]. Each bundle carries signed actions, including signature, action type, nonce, vault address, and expiry, together with broadcaster and broadcaster nonce.
respsobjectExecution results keyed by transaction hash. Each result includes a user address and an ok or err status.

The gRPC block stream exposes raw HyperCore block content. The JSON-RPC block methods return normalized block objects for lookup and bounded backfill. The two surfaces describe the same block data at different semantic levels.

For data-product queries over normalized historical material, see historical data.

Was this page helpful?