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
// @Description Get execution layer deposits information for a specified dashboard
1368
-
// @Tags Validator Dashboard
1369
-
// @Produce json
1370
-
// @Param dashboard_id path string true "The ID of the dashboard."
1371
-
// @Param cursor query string false "Return data for the given cursor value. Pass the `paging.next_cursor`` value of the previous response to navigate to forward, or pass the `paging.prev_cursor`` value of the previous response to navigate to backward."
1372
-
// @Param limit query string false "The maximum number of results that may be returned."
// @Description Get consensus layer deposits information for a specified dashboard
1405
-
// @Tags Validator Dashboard
1406
-
// @Produce json
1407
-
// @Param dashboard_id path string true "The ID of the dashboard."
1408
-
// @Param cursor query string false "Return data for the given cursor value. Pass the `paging.next_cursor`` value of the previous response to navigate to forward, or pass the `paging.prev_cursor`` value of the previous response to navigate to backward."
1409
-
// @Param limit query string false "The maximum number of results that may be returned."
0 commit comments