YiiMP API
Simple REST API.
Wallet Status
request:http://=YAAMP_API_URL?>/api/wallet?address=WALLET_ADDRESS
result:{ "unsold": 0.00050362, "balance": 0.00000000, "unpaid": 0.00050362, "paid24h": 0.00000000, "total": 0.00050362 }request:
http://=YAAMP_API_URL?>/api/walletEx?address=WALLET_ADDRESS
result:{ "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 }] }
Pool Status
request:http://=YAAMP_API_URL?>/api/status
result:{ "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", "hashrate_last24h": 269473000, "rental_current": "3.61922463" }, ... }request:
http://=YAAMP_API_URL?>/api/currencies
result:{ "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 }, ... }
Rental Status
request:http://=YAAMP_API_URL?>/api/rental?key=API_KEY
result:{ "balance": 0.00000000, "unconfirmed": 0.00000000, "jobs": [ { "jobid": "19", "algo": "x11", "price": "1", "hashrate": "1000000", "server": "stratum.server.com", "port": "3333", "username": "1A5pAdfWLUFXoqcUb6N9Fre2EApr5QLNdG", "password": "xx", "started": "1", "active": "1", "accepted": "586406.2014805333", "rejected": "", "diff": "0.04" }, ... ] }
Rental Price
Set the rental price of a job.
request:http://=YAAMP_API_URL?>/api/rental_price?key=API_KEY&jobid=xx&price=xx
Rental Hashrate
Set the rental max hashrate of a job.
request:http://=YAAMP_API_URL?>/api/rental_hashrate?key=API_KEY&jobid=xx&hashrate=xx
Start Rental Job
request:http://=YAAMP_API_URL?>/api/rental_start?key=API_KEY&jobid=xx
Stop Rental Job
request:http://=YAAMP_API_URL?>/api/rental_stop?key=API_KEY&jobid=xx