Queries

subnet-names

Registered name of every subnet that published an identity, keyed by netuid.

View as Markdown

Category: Subnets

Parameters

This read takes no parameters.

CLI

btcli query subnet-names --json

Python

import bittensor as sub

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