Leaders
List a leader's stake pool events
Required API-key scope: leaders:read. Append-only ledger of deposits, unstake requests, unstake claims and slashes against one leader's pool, newest first. Optional query filters: kind, staker, page_token, page_size.
Authorizations
Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.
Path Parameters
Leader capability object id
Query Parameters
Filter by event kind (deposited, unstake_requested,
unstake_claimed, slashed).
Filter by the staker wallet address. A slashed row has no staker, so
this excludes slashes.
200application/json
Paginated list of stake events
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
400
Invalid filter value
404
Leader capability was not found
500
Internal server error