Links

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