☁️
Zus Docs
  • About Züs
  • System
    • Providers and Services
      • Miner
      • Sharder
      • Blobber
      • Validator
      • Authorizer
      • Node Locator (0DNS)
    • Storage
      • Architecture and Data Management
      • Protocol
        • Allocations
        • Reference Objects
        • Challenges
        • Write Markers
          • Chain Hashing
          • Two Commit
        • Blobber Repair Protocol
      • ZS3 Server
        • Backup, Recovery and Replication
        • Encryption and Compression
        • S3FS Setup and Usage
        • Backup & Recovery with Restic on Blimp + ZS3 Server
        • Backup & Recovery with Veeam on Blimp + ZS3 Server
      • File Operations
        • Upload
        • Download
        • File Sharing
        • Partial Error Recovery
        • Streaming
        • Rent a Blobber
    • Smart Contracts
      • Storage S.C.
      • Miner S.C.
      • ZCN S.C.
      • ERC-20 S.C.s
      • Bridge Protocol
    • Blockchain & Consensus
      • Entities
    • User Authentication and Wallet Management System
      • OKTA Integration
      • Key Management System (KMS)
  • APIs
    • 0DNS API
    • JS API
    • Mobile API
  • CLIs
    • Storage CLI
      • Quickstart
      • Configuring the tool
    • Wallet CLI
      • Wallet Configuration
      • Quickstart
      • Configuring the tool
  • SDKs
    • Go SDK
      • GO SDK Microservices
    • JS SDK
  • Tokenomics
    • Staking
    • Reward & Penalty
  • ✨Züs Apps
    • 🗝️Vult
      • Getting Started
        • Web
        • Mobile
      • Vult AI
        • Batch Processing
        • Memory Retention
        • Technical Implementation
        • Architecture Overview
      • Login / Register
      • File Management Pages
      • File Sharing
      • Storage Management Dashboard
      • Storage Maintenance and Troubleshooting
      • Züs Subscription
      • Wallet Management
      • Refer a friend
      • Settings
    • 🏗️Blimp
      • Getting Started
      • Login / Register
      • Configure Storage
        • Create Standard Storage Allocation
        • Create Enterprise Allocation
        • Create S3 Server Allocation
        • Create Cloud Migration Allocation
        • Allocation Maintenance and Troubleshooting
      • File Management Pages
      • File Sharing
      • Manage Allocations
      • Upgrade Storage
      • Blimp Vault
      • Refer a friend
      • Settings
      • Launching ZS3 Server
      • Using CLI to backup files into Blimp + ZS3 Server
    • 🏠Chimney
      • Getting Started
      • Login / Register
      • Create New Deployment
      • Manage Your Deployments
      • Homepage
      • Staking Dashboard
      • Rank Dashboard
      • Monitor Dashboard
      • Stats Dashboard
      • Logs Dashboard
      • Wallet Dashboard
      • Operations on your Deployments
      • Restricted Blobbers
      • Settings
        • Manage Profile
        • Wallet Settings
        • Update Blobber Settings
        • Update Blobber Version
        • Refer a friend
        • Help
    • 🌐Atlus
      • Getting Started
      • Home page
      • Service Providers Page
      • Charts Page
        • Market Charts
        • Network Charts
        • Storage Charts
      • Blockchain Page
      • Server Map Page
      • Storage Explainer Page
      • Details Pages
        • Block Details Page
        • Transaction Details Page
        • Wallet Details Page
        • Miner Details Page
        • Sharder Details Page
        • Blobber Details Page
        • Validator Details Page
        • Authorizer Details Page
        • Allocation Details Page
      • Appendix: Common Components
    • ⚡Bolt
      • Getting Started
        • Web
        • Mobile
      • Login / Register
      • Sign In with external wallet
      • Staking Dashboard
      • Staking/Unstaking a provider
      • Claiming Rewards
      • Send/Receive ZCN tokens
      • Buy ZCN
      • Deposit/Withdraw ZCN tokens
      • Activity Dashboard
      • Refer a friend
      • Settings
  • Releases
    • Hardfork
Powered by GitBook
On this page
  • Miner Node API
  • Sharder Node API
  • Smart Contract APIs
  • Blobber API
  • 0DNS API

APIs

APIs provided by Züs Network nodes

PreviousKey Management System (KMS)Next0DNS API

Last updated 10 months ago

Züs offer public APIs that helps users to interact with the data on-chain. This should help the users who are interested to build apps or tools on top of Züs network.

We offer the following APIs:

Miner Node API

Base URL

Since this API is provided by the miners, the base URL is the URL of any active miner. Check available miners on mainnet in .

Overview

Includes the endpoints that are provided by the miner nodes. Those endpoints provide information about the miners and the chain status. It also provides the Put Transaction endpoint used to submit transaction to the smartcontracts.

Reference

Check the reference for this API in 0chain repo.

Sharder Node API

Base URL

Since this API is provided by the sharders, the base URL is the URL of any active sharder. Check available sharders on mainnet in .

Overview

Includes the endpoints that are provided by the sharder nodes. Those endpoints provide information about the miners and the chain status. Most of them are used to view information and statistics and check transaction confirmation.

Reference

Smart Contract APIs

Base URL

Overview

Includes the endpoints that are used to explore the on-chain data (data related to the transactions). All those endpoints are GET HTTP requests that provide data from the persistence layer of the network data.

Reference

We have an API for each smartcontract, all in 0chain repo:

Blobber API

Base URL

Overview

Includes endpoints to access and manage the blobber and your stored data on it (like upload, download, move, copy, update, rename)

Reference

0DNS API

Base URL

Overview

Includes all the endpoints exposed by the Node Locator service, which is used by the clients that need to communicate with the nodes of the chain (Miners/Sharders) to locate them retrieving their URLs and meta-information about the network.

Reference

Check the reference for this API in 0chain repo.

Since this API is provided by the sharders, the base URL is the URL of any active sharder. Check available sharders on mainnet in .

Since this API is provided by the blobber, the base URL is the URL of any active blobber. You can get the blobber URL either from Atlus or by using .

Check the reference for this API in blobber repo.

The endpoints of this API should be based to the URL of the node locator of the network (0DNS service). For mainnet, this is .

Check this API reference .

https://mainnet.zus.network
here
https://mainnet.zus.network
here
https://mainnet.zus.network
Miner SC
Storage SC
ZCN SC
zboxcli
here
https://mainnet.zus.network/dns
here