-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Recently, I noticed a discrepancy between the information retrieved from the following API and the data displayed on Astar Portal.
It seems likely that Astar Portal has the correct information.
Could there be any issues with data retrieval from the API?
https://api.astar.network/api/v3/astar/dapps-staking/stakerslist/
For Example:
A clear example is that recently, the dApp "NFT Bridges" was listed.
However, I noticed that the amount staked in this dApp is not being accurately retrieved from the API.
From API
This dApp has been approved under the UCG program, and 25M has been staked.
Therefore, the API should be able to retrieve this information, but it seems that it's not being picked up correctly from API.
[
{
"amount": "1000000000000000000000",
"stakerAddress": "bQb5W84HnCAE6V7YzazCXG1yf7gTBepT3v3vUkr7XL8ghPM",
"stakerAddressEvm": "0x806eeb7c21494aa3839dbb549b6948e012b44c65"
},
{
"amount": "1125000000000000000000",
"stakerAddress": "ZUug9AtzRXCVhikp4X9n5ARmq3PcbcebHts8WHB1fdKJbV5",
"stakerAddressEvm": null
}
]
From Astar Portal
Metadata
Metadata
Assignees
Labels
No labels
