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

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.read("delegates")