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
This is part 1 of 2 of a feature we need for delegation information for validators/stakers. The idea of this endpoint is to provide the list of delegation outputs a staker has referecencing to it.
It would be nice, if possible, adding to the paginated response the total number of outputs so we know how much to expect without exhausting the cursor.
Description
This is part 1 of 2 of a feature we need for delegation information for validators/stakers. The idea of this endpoint is to provide the list of delegation outputs a staker has referecencing to it.
It would be nice, if possible, adding to the paginated response the total number of outputs so we know how much to expect without exhausting the cursor.
/api/explorer/v3/delegation/by-address/[bech32address]
{"outputIds": string[]}
The 2 parts are:
Motivation
Provide delegation information for validators
Requirements
Open questions (optional)
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: