Get Circulation Supply (Exclude Dev address)
Money Unit = 0 return amount in XRC
Money Unit = 1 return amount in Satoshi
https://explorer.xrhodium.org/api/data/getcirculationsupply?moneyUnit=0
Example of result:
"826532"
Get Total Supply (Include Dev address)
Money Unit = 0 return amount in XRC
Money Unit = 1 return amount in Satoshi
https://explorer.xrhodium.org/api/data/gettotalsupply?moneyUnit=0
Example of result:
"1115545"
Get Max Supply
Money Unit = 0 return amount in XRC
Money Unit = 1 return amount in Satoshi
https://explorer.xrhodium.org/api/data/getmaxsupply?moneyUnit=0
Example of result:
"2100000"
Get Rich Addresses
Return first 1000 addresses with Satoshi amount.
https://explorer.xrhodium.org/api/data/getrich
Example of result:
"[{\"$id\":\"1\",\"Address\":\"RroWuS88YM3d646sSvFsm9iXLVLvEjkx34\",\"Height\":16027,\"Amount\":25714891626471.00}, ...
Get Network Info
Return base information about network.
https://network.xrhodium.org/api/data/getnetworkinfo
Example of result:
"{\"blocks\":37308,\"difficulty\":640142.60229229764,\"networkhashps\":4890272631844.0}"
For other APIs ask us in Discord