Docs

neuronInfo_getNeuronLite - JSON-RPC Method

Fetch SCALE-encoded "lite" info for a single neuron (uid) within a subnet.

Description

Bittensor neuron information (lite and detailed) per subnet, including UIDs and attributes. Use to index participants and build explorer views.

Returns compact neuron info for a single neuron (uid) in a subnet.

Parameters

ParamTypeDescription
netuidnumberSubnet id (e.g., 1)
uidnumberNeuron id within subnet (e.g., 0)
atstring?Optional block hash

Code Examples