I have been running several NKN servers for a few years now. What I am trying to accomplish is when "nscan.io/addresses/<my_beneficiary_wallet>" shows I have received a reward, I want to find which server earned the reward for me.
After a few weeks of testing with the API "GET api/v1/addresses/{address}" I discovered that not all of my rewards were showing up. I then used "GET api/v1/addresses/{address}/transactions" to compare known historical data and found it to be at best incorrect. One example is that ALL of my 2022 rewards were not showing up with this API.
Currently I have moved back to NKNX, so I do get the information I need, but I want to be able to automate the process. This begs the question, just how is NKNX getting this information?
I have been running several NKN servers for a few years now. What I am trying to accomplish is when "nscan.io/addresses/<my_beneficiary_wallet>" shows I have received a reward, I want to find which server earned the reward for me.
After a few weeks of testing with the API "GET api/v1/addresses/{address}" I discovered that not all of my rewards were showing up. I then used "GET api/v1/addresses/{address}/transactions" to compare known historical data and found it to be at best incorrect. One example is that ALL of my 2022 rewards were not showing up with this API.
Currently I have moved back to NKNX, so I do get the information I need, but I want to be able to automate the process. This begs the question, just how is NKNX getting this information?