Wallet Status
Request:
https://www.zpool.ca/api/wallet?address=WALLET_ADDRESS
{
"unsold": 0.00050362,
"balance": 0.00000000,
"unpaid": 0.00050362,
"paid24h": 0.00000000,
"total": 0.00050362
}
Request:
https://www.zpool.ca/api/walletEX?address=WALLET_ADDRESS
{
"unsold": 0.00050362,
"balance": 0.00000000,
"unpaid": 0.00050362,
"paid24h": 0.00000000,
"total": 0.00050362
"miners":[{
"version": "ccminer\/1.8.2",
"password": "d=96",
"ID": "",
"algo": "decred",
"difficulty": 96,
"subscribe": 1,
"accepted": 82463372.083,
"rejected": 0
}
,"payouts":[{
"time": 1529860641,
"amount": "0.001",
"tx": "transaction_id_of_the_payout"
}]
{
Pool Status
Request:
https://www.zpool.ca/api/status
{
"x11": {
"name": "x11",
"port": 3533,
"coins": 10,
"fees": 1,
"hashrate": 269473938,
"workers": 5,
"estimate_current": "0.00053653",
"estimate_last24h": "0.00036408",
"actual_last24h": "0.00035620",
"mbtc_mh_factor": "1000",
"hashrate_last24h": 269473000,
"rental_current": "3.61922463"
},
...
}
Request:
https://www.zpool.ca/api/currencies
"BTX": {
"algo": "bitcore",
"port": 3556,
"name": "BitCore",
"height": 18944,
"workers": 181,
"shares": 392,
"hashrate": 7267227499,
"24h_blocks": 329,
"24h_btc": 0.54471295,
"lastblock": 18945,
"timesincelast": 67
},
...
}
Blocks
Request:
https://www.zpool.ca/api/blocks
{
coin": "XVG-lyra",
"time": "1526474646",
"height": "2141899",
"amount": "730.245278",
"category": "immature",
"difficulty": "22940.032795",
"difficulty_user": "777518.086908"
},
...
}
Miners
Request:
https://www.zpool.ca/api/miners
{
"algo": "scrypt",
"version": "cgminer\/4.9.0",
"count": "3070"
},
...
}