Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
Mika Lindqvist edited this page Oct 24, 2018 · 1 revision

Welcome to the bittorium-masternode wiki!

API

address

Return Bittoriumd IP address and port.

For example:

{
"host": "95.216.163.155",
"port": 34917
}

fees

Return total sum of collected fees.

For example:

{
"status" : "OK",
"fees" : 9
}
Clone this wiki locally