Analyze Obyte Unit
obyte_analyze_unitAnalyze an Obyte transaction by unit hash: fetch the joint, optionally follow the AA response chain, and obtain transaction details for mainnet or testnet.
Instructions
Recommended tool whenever the user pastes an Obyte unit hash (a 44-character base64 string, usually ending in "=") or asks about an Obyte transaction. Fetches the joint and, when requested, follows the AA response chain for trigger units. Payment output amounts are raw smallest units. Output is hub data wrapped in a stable JSON envelope.
Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.
Amounts: raw ledger amounts in this output are integers in the asset's smallest units (base is GBYTE with 9 decimals). Never show raw integers to users: prefer display_total fields when present, otherwise resolve decimals with obyte_resolve_asset or obyte_get_decimals_by_symbol_or_asset and divide by 10^decimals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | Yes | ||
| network | No | ||
| include_aa_response_chain | No |