beaconcha.in integration
Beaconchain is a platform providing real-time data and analytics for the…
- Provider
- beaconchain
- Category
- Analytics
- Setup
- User-supplied API key
- Actions
- 37 available
Quick start
Call beaconcha.in from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to beaconcha.in's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"BEACONCHAIN_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own beaconcha.in API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
37 actions exposed via the
beaconcha.in integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
BEACONCHAIN_GET_CHART -
BEACONCHAIN_GET_EPOCH -
BEACONCHAIN_GET_ETH1_DEPOSITS_BY_TX_HASH -
BEACONCHAIN_GET_ETH_STORE_DAILY -
BEACONCHAIN_GET_EXECUTION_ADDRESS_ERC20_TOKENS -
BEACONCHAIN_GET_EXECUTION_BLOCK -
BEACONCHAIN_GET_EXECUTION_PRODUCED_BLOCKS -
BEACONCHAIN_GET_LATEST_STATE -
BEACONCHAIN_GET_NETWORK_PERFORMANCE -
BEACONCHAIN_GET_NODE_HEALTH -
BEACONCHAIN_GET_QUEUES -
BEACONCHAIN_GET_ROCKETPOOL_VALIDATOR
Show all 37 actions
-
BEACONCHAIN_GET_SLOT -
BEACONCHAIN_GET_SLOT_ATTESTATIONS -
BEACONCHAIN_GET_SLOT_ATTESTER_SLASHINGS -
BEACONCHAIN_GET_SLOT_PROPOSER_SLASHINGS -
BEACONCHAIN_GET_SLOT_VOLUNTARY_EXITS -
BEACONCHAIN_GET_SYNC_COMMITTEE -
BEACONCHAIN_GET_VALIDATOR -
BEACONCHAIN_GET_VALIDATOR_ATTESTATION_EFFICIENCY -
BEACONCHAIN_GET_VALIDATOR_ATTESTATIONS -
BEACONCHAIN_GET_VALIDATOR_BALANCE_HISTORY -
BEACONCHAIN_GET_VALIDATOR_BLS_CHANGES -
BEACONCHAIN_GET_VALIDATOR_CONSENSUS_REWARDS -
BEACONCHAIN_GET_VALIDATOR_DAILY_STATS -
BEACONCHAIN_GET_VALIDATOR_DEPOSITS -
BEACONCHAIN_GET_VALIDATOR_EXECUTION_REWARDS -
BEACONCHAIN_GET_VALIDATOR_INCOME_HISTORY -
BEACONCHAIN_GET_VALIDATOR_LEADERBOARD -
BEACONCHAIN_GET_VALIDATOR_PROPOSALS -
BEACONCHAIN_GET_VALIDATORS_BY_DEPOSIT_ADDRESS -
BEACONCHAIN_GET_VALIDATORS_BY_WITHDRAWAL_CREDENTIALS -
BEACONCHAIN_GET_VALIDATORS_PROPOSAL_LUCK -
BEACONCHAIN_GET_VALIDATORS_QUEUE -
BEACONCHAIN_GET_VALIDATOR_WITHDRAWALS -
BEACONCHAIN_POST_VALIDATORS -
BEACONCHAIN_RESOLVE_ENS
Build with beaconcha.in
Open OverSkill, describe what you want to build, and reference beaconcha.in in your prompt — the AI will wire up the integration automatically.