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

system_name

Description

Returns the client implementation name (for example, Subtensor Node).

When to use it:

  • Identify the client in UIs and logs (useful in multi-client deployments).
  • Troubleshoot environment mismatches or unexpected behavior across nodes.
  • Collect metrics segmented by implementation name.

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