| title | validator-basket-summary |
|---|---|
| description | Everything about one validator's basket, in a single call. |
{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}
Valuation (realizable NAV and spot NAV), lifetime deposited/redeemed TAO
and the lifetime return multiple (nav + redeemed) / deposited, the
validator's root weight vector, and the per-subnet alpha holdings each
valued at spot and at realizable depth. All figures are TAO (or alpha
for the holdings themselves).
Category: Staking
| Parameter | Type | Description |
|---|---|---|
hotkey_ss58 |
string | Validator hotkey whose basket to summarize. |
btcli query validator-basket-summary --hotkey <ss58|name> --jsonNamespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.staking.validator_basket_summary(hotkey_ss58="5F...")Or dispatch by name, as an agent would:
result = sub.read("validator_basket_summary", hotkey_ss58="5F...")Async is the same surface awaited: async with bt.Subtensor() as client:.
Every file is browsable under /code exactly as built into the runtime.