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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
sotp2p
Describe your question in detail.
I see all the validator transactions from the explorer, eg. https://explorer.aptoslabs.com/account/0xef191e643c2ed2d103de4109a506e020f5dde818cbc1ffe5e4ee36328cd22e9b?network=mainnet
Can I use an API to get the events of those transactions such as
https://explorer.aptoslabs.com/txn/2984346292/events?network=mainnet
The goal is to calculate the validator rewards accumulated over time, for specific pool addresses.
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
I tried
https://aptos.dev/en/build/apis/fullnode-rest-api-reference#tag/events/GET/accounts/{address}/events/{event_handle}/{field_name}
with {event_handle} = 0x1::stake::StakePool and {field_name} = distribute_rewards_events
The response is not up to date.
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
REST API
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions