API: Howto fetch a/c balance and hashrate
Forum rules
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.
Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.
We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.
For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.
Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.
We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.
For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
API: Howto fetch a/c balance and hashrate
Hello
Is there an easy way to fetch the a/c balances and current hash rate from prohashing?
The API through WAMP is beyond me. Is there simply a call i can make with wget or curl to fetch the data?
Anyone can help me?
Here is the API section https://prohashing.com/help.html#api-main
Is there an easy way to fetch the a/c balances and current hash rate from prohashing?
The API through WAMP is beyond me. Is there simply a call i can make with wget or curl to fetch the data?
Anyone can help me?
Here is the API section https://prohashing.com/help.html#api-main
- Steve Sokolowski
- Posts: 4585
- Joined: Wed Aug 27, 2014 3:27 pm
- Location: State College, PA
Re: API: Howto fetch a/c balance and hashrate
Hi a3miner,
Unfortunately, there is not. We removed REST calls earlier in the year to transition to live data through WAMP. The great news is that you can receive that data live as it changes. If you just want to obtain it once, then you can call the corresponding function and not subscribe to the channels, as long as you don't call the function more often than once every five minutes.
Thanks,
-Steve Sokolowski
Unfortunately, there is not. We removed REST calls earlier in the year to transition to live data through WAMP. The great news is that you can receive that data live as it changes. If you just want to obtain it once, then you can call the corresponding function and not subscribe to the channels, as long as you don't call the function more often than once every five minutes.
Thanks,
-Steve Sokolowski
Re: API: Howto fetch a/c balance and hashrate
Thanks Steve.
Just very complicated. What’s the easiest to just receive a snapshot of account balance and hashrate? Any example files would be great. Basically I just want to send me summaries of earnings daily.
Just very complicated. What’s the easiest to just receive a snapshot of account balance and hashrate? Any example files would be great. Basically I just want to send me summaries of earnings daily.
Re: API: Howto fetch a/c balance and hashrate
any update?
- Steve Sokolowski
- Posts: 4585
- Joined: Wed Aug 27, 2014 3:27 pm
- Location: State College, PA
Re: API: Howto fetch a/c balance and hashrate
Unfortunately, we don't have the manpower to write an example right now, but perhaps that's something we can do in the future.
If you find any examples on the Internet, then please let me know so I can post them. Also, JoeTheMiner is experienced at writing bots and perhaps he can share some examples with you.
If you find any examples on the Internet, then please let me know so I can post them. Also, JoeTheMiner is experienced at writing bots and perhaps he can share some examples with you.
- MitchellMint
- Posts: 18
- Joined: Thu Dec 28, 2017 8:03 am
Re: API: Howto fetch a/c balance and hashrate
I think you have to get a client, then configure it, then convert it to an array and echo it... Right?
TrustPlus Dev