Queries

delegates

Every delegate hotkey on the network, with take and registrations.

View as Markdown

Category: Delegation

Parameters

This read takes no parameters.

CLI

btcli query delegates --json

Python

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")