⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

neuronInfo_getNeuronLite

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

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"neuronInfo_getNeuronLite","params":[1,0,null],"id":1}'