{
    "endpoints": {
        "/explorer": [
            "/getsupply",
            "/getmaxsupply",
            "/getheight",
            "/gettargetdifficulty",
            "/getnetworkhashrate",
            "/getblockreward",
            "/getavgblocktime",
            "/getblockinfo?height=<>",
            "/getblockinfo?hash=<>",
            "/getblockinfo?commit=<>"
        ],
        "/pool": [
            "/getlocations",
            "/getstats"
        ],
        "/user": [
            "/cancelWithdrawal?hash=<>&slate=<>",
            "/getbalances",
            "/getearnings?workerName=<optional>&startingHeight=<optional>",
            "/getrewards?currentPage=<>",
            "/getstats",
            "/getwithdrawals?currentPage=<>",
            "/withdraw?amount=<>&method=<>&recipient=<>&message=<optional>"
        ]
    },
    "method": "GET",
    "version": "1.1"
}