StakesAsk AIget https://api.kiln.fi/v1/eth/stakesGet the status of Ethereum stakes.Query Paramsvalidatorsarray of stringsComma-separated list of validators addresses. Recommended limit is 200.validatorsADD stringscopestringenumScope of validators to fetch (all network, all kiln keys)networkkilnnetworkAllowed:kilnnetworkwalletsarray of stringsComma-separated list of wallets addresseswalletsADD stringproxiesarray of stringsComma-separated list of proxy-contract addresses. The definition of a proxy is a smart contract that was involved in the deposit transaction and emitted a log.proxiesADD stringwithdrawal_credentialsarray of stringsComma-separated list of withdrawal credentials.withdrawal_credentialsADD stringvalidator_indexesarray of integersComma-separated list of validators' consensus layer indexesvalidator_indexesADD integerinclude_eigenlayerbooleanInclude EigenLayer reporting datatruetruefalseaccountsarray of uuidsComma-separated list of Kiln accounts identifiersaccountsADD uuidcurrent_pageinteger≥ 1Current page to look-up entries. If not specified, pagination is disabledpage_sizeinteger1 to 100Defaults to 25Number of entries to list per page. Only used when current_page is specifiedfilter_statesarray of stringsComma-separated list of states to filter on (unknown, unstaked, deposit_in_progress, pending_initialized, pending_queued, active_ongoing, active_exiting, active_slashed, exited_unslashed, exited_slashed, withdrawal_possible, withdrawal_done). Not available with the scope parameterfilter_statesADD stringResponses 200Successful operation 400Invalid parameters 401Unauthorized 500Internal server errorUpdated 7 months ago