Skip to main content

rpc_methods - JSON-RPC Method

Returns the list of supported RPC methods. On Bittensor, this includes standard Substrate namespaces like system_*, chain_*, state_*, author_*, payment_*, plus custom namespaces such as subnetInfo_*, neuronInfo_*, delegateInfo_*, and swap_*.

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