dero_get_info
Retrieve DERO blockchain status and metadata including current height, difficulty, network version, mempool size, and total supply to assess chain health and sync state before querying blocks or transactions.
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 | |||