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

neuronInfo_getNeuron

Description

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

Returns detailed neuron info for a neuron uid in a subnet netuid.

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_getNeuron","params":[1,0,null],"id":1}'