NAiOS IconNAiOS Logo
Volver al catálogo

beaconcha.in

beaconchain

Beaconchain 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
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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_statusinteger

    Customize syncing status code instead of default 206. Must be between 100 and 599 inclusive.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ValidatorBEACONCHAIN_GET_VALIDATORAcción

Tool to retrieve information for a specific validator from beaconcha.in api.

Parámetros de entrada

  • validator_idstringObligatorio

    Validator identifier: index, public key, or eth1 address.

Parámetros de salida

  • dataobjectObligatorio

    Wrapper containing status and validator details.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • successfullbooleanObligatorio

    Indicates if the API call was successful.