Queries
delegates
Every delegate hotkey on the network, with take and registrations.
Category: Delegation
Parameters
This read takes no parameters.
CLI
btcli query delegates --jsonPython
Typed namespace method (autocomplete, signature help):
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.delegation.delegates()Or dispatch by name, as an agent would:
result = await client.read("delegates")