Queries
stake-value-for-coldkeys
Spot-price stake valuation for several coldkeys at once, at one block.
Category: Staking
Parameters
| Parameter | Type | Description |
|---|---|---|
coldkey_ss58s | array | Coldkeys whose stake to value. |
CLI
btcli query stake-value-for-coldkeys --coldkey-ss58s <array> --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("stake_value_for_coldkeys", coldkey_ss58s=[...])