dero_get_height
Retrieve the current tip height, stable height, and topoheight from the DERO blockchain to get a quick block height snapshot.
Instructions
Get the current block heights: tip height, stable height (finalized), and topoheight (canonical ordering) via DERO.GetHeight.
When to call: when you need a quick height snapshot without the full chain-info payload. PREFER dero_get_info when you also need network, version, or difficulty.
Input Requirements: none.
Output: { height, stableheight, topoheight }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||