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
| Param | Type | Description |
|---|---|---|
netuid | number | Subnet id (e.g., 1) |
uid | number | Neuron id within subnet (e.g., 0) |
at | string? | Optional block hash |
Code Examples
neuronInfo_getNeuron - Bittensor RPC Method
Retrieve SCALE-encoded detailed information for a specific neuron by UID within a Bittensor subnet. Essential for miner/validator monitoring and performance tracking.
neuronInfo_getNeurons - JSON-RPC Method
Fetch SCALE-encoded detailed neuron info for all neurons in a subnet on Bittensor.