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
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("delegates")