Stellar.AI
  • Overview
    • Overview
    • Architecture
  • Rendering
    • Getting started
    • Top-up your account
    • Setup add-on
    • Submitting your first render
    • Start your render
      • Transfer manager (Uploads and downloads)
      • Managing your render
      • Terminate rental
  • VPN
    • Android
    • iOS
  • AI and ML
  • Resize Docker Storage
  • Nodes
    • Installation
    • Update/Uninstall
    • Idle jobs
    • WSL
    • Verification
  • Services
    • CPU/GPU rental
  • Cryptocurrency
    • Monetary Policy
    • Staking
  • Roadmap
  • API Reference
    • accounts
      • /accounts
      • /accounts
      • /accounts/balance
    • network
      • /network
    • nodes
      • /nodes/{id}
    • services
      • /services
      • /services/mr
      • /services/mr
      • /services/render
      • /services/render
      • /services/{uuid}/info
      • /services/{uuid}/stop
Powered by GitBook
On this page
  1. API Reference
  2. network

/network

GET https://api.staller.computer/network

curl --location 'https://api.staller.computer/network'
--header 'Accept: application/json'
--header 'Content-Type: application/json'
{ "blockchain": { "blocktime": 11.32, "difficulty": 711919963077, "era": "Zagami", "hashrate": 62890456102, "height": 1, "total_supply": 14560904 }, "market_price": 0.47, "mmROI": 6.32, "nodes": { "count": 57, "vpn": 30 }, "power": { "cpus": 176, "disk": 4054816514048, "gpus": 18, "mem": 341882941440 }, "staked": 4100000 }
PreviousnetworkNextnodes

Last updated 5 months ago