For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting market information

api/v3

Request total supply and current circulating supply of Hycon on the mainnet.GET/api/v3/network/marketcap

Example request

curl -X GET http://localhost:2442/api/v3/network/marketcap \
-H 'Content-Type: application/json;charset=utf-8'

Last updated