Skip to main content

delegateInfo_getDelegated

Description#

Bittensor delegation data: delegates and who delegated to whom. Use to show staking/delegation relationships in UIs.

Returns SCALE-encoded information about delegations to a given account.

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