dero_get_info
Get current DERO blockchain state including height, difficulty, version, network, mempool size, and total supply without any input. Use as first step for chain-state investigations or sync-health checks.
Instructions
Get DERO daemon and chain metadata: height, topoheight, stableheight, difficulty, version, network, mempool size, and total supply (DERO.GetInfo).
When to call: first thing in any chain-state investigation or sync-health check. Call this BEFORE dero_get_sc, dero_get_transaction, or dero_get_block when you do not already know the current tip. PREFER citing dero_docs_search("DERO.GetInfo") so the user can verify field semantics.
Input Requirements: none.
Output: full chain info JSON including topoheight, stableheight, height, network, version, difficulty, tx_pool_size, and total_supply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||