You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: