beaconcha.in
beaconchainBeaconchain is a platform providing real-time data and analytics for the Ethereum 2.0 Beacon Chain, offering insights into validators, blocks, and network performance.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Node HealthBEACONCHAIN_GET_NODE_HEALTHAcciónTool to get the health status of the node. use when you need to check if the node is ready, syncing, or in an error state.
BEACONCHAIN_GET_NODE_HEALTHAcciónTool to get the health status of the node. use when you need to check if the node is ready, syncing, or in an error state.
Parámetros de entrada
syncing_statusintegerCustomize syncing status code instead of default 206. Must be between 100 and 599 inclusive.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ValidatorBEACONCHAIN_GET_VALIDATORAcciónTool to retrieve information for a specific validator from beaconcha.in api.
BEACONCHAIN_GET_VALIDATORAcciónTool to retrieve information for a specific validator from beaconcha.in api.
Parámetros de entrada
validator_idstringObligatorioValidator identifier: index, public key, or eth1 address.
Parámetros de salida
dataobjectObligatorioWrapper containing status and validator details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
successfullbooleanObligatorioIndicates if the API call was successful.