Page 1 of 1

REST API

Posted: Tue Nov 10, 2020 11:31 am
by T0m4
Hello,

https://prohashing.com/statusFoundBlock ... 1&count=10
Can I access these data using REST API ?

Thx

Re: REST API

Posted: Wed Nov 11, 2020 9:16 am
by Steve Sokolowski
T0m4 wrote: Tue Nov 10, 2020 11:31 am Hello,

https://prohashing.com/statusFoundBlock ... 1&count=10
Can I access these data using REST API ?

Thx
Unfortunately, we don't have a REST API for found blocks.

However, there is a WAMP API that provides live found blocks, and you can read more about it in the documentation. Most likely, the WAMP API is more relevant for what you would like to do, given that REST polling could not detect the blocks quickly enough.

Re: REST API

Posted: Thu Nov 12, 2020 2:15 am
by T0m4
Hello.
Perfect, I'll try that.
Thx a lot