Etho Protocol Library
Etho Protocol
Search…
English
Etho Protocol
Project Info
Getting Involved
Social Media
Network Specifications
What do the Network Specifications Mean?
Rich List
API documentation
Governance
Etho Protocol Democratic Council
Etho Protocol Council Multisig Wallet
Etho Protocol ECP Logistics
Nodes
Nodes Introduction
Node Staking Dashboard
Installing/Uninstalling Etho Protocol Nodes
Updating Etho Protocol Nodes
Upgrade Service Node or Masternode to Gateway Node
ethofs
ethoFS Introduction
How to Upload to ethoFS
How to Host a Website on ethoFS
How to attach your Website hosted on ethoFS to your own Domain
How to host your own ethoFS dashboard at home on macOS
NFT marketplace
Wallets
ETHO Wallets Introduction
Using ETHO Web Wallet
Using Desktop Wallets
Setup MetaMask For Etho Protocol
Wrap/Unwrap ETHO on the Ethereum network
Exchanges
Buying ETHO on STEX
Trading ETHO on Turtle Network
How to use Honeyswap to provide liquidity | ETHO - xDAI
How to use Uniswap to provide liquidity | ETHO - ETH
Pools & Mining
Introduction to ETHO mining
SMOS ETHO Mining Guide
Windows ETHO Mining Guide (TeamRedMiner)
Windows ETHO Mining Guide (Claymore)
Powered By
GitBook
API documentation
API documentation
An API server is providing a REST API for ETHO protocol related information. The server can be reached at
https://api.ethoprotocol.com
.
The syntax of API calls is: https://api.ethoprotocol.com/api?module=xxxx&action=yyyy
where xxxx represents the functionality type and yyyy represents the requested action.
All JSON replies are strings.
Basic functionality
The module with basic functionality provides some basic information both from the Etho Protocol chain and from the master nodes.
Query Etho Protocol total supply
get
https://api.ethoprotocol.com
/api?module=basic&action=totalsupply
Query Etho Protocol circulating supply
get
https://api.ethoprotocol.com
/api?module=basic&action=supply
Query Etho Protocol chain information
get
https://api.ethoprotocol.com
/api?module=basic&action=chaininfo
Query Etho Protocol master node locations
get
https://api.ethoprotocol.com
/api?module=basic&action=node_locations
Query Etho Protocol master node statistics
get
https://api.ethoprotocol.com
/api?module=basic&action=network_stats
Project Info - Previous
What do the Network Specifications Mean?
Next - Governance
Etho Protocol Democratic Council
Last modified
15d ago
Export as PDF
Copy link
Contents
Basic functionality
get
get
get
get
get