What do you want to automate

with Alchemy and Beaconchain?

Prompt, edit and deploy AI agents that connect to Alchemy, Beaconchain and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Get Epoch with Beaconchain API on New GraphQL Query (Instant) from Alchemy API
Alchemy + Beaconchain
 
Try it
Get Execution Blocks with Beaconchain API on New GraphQL Query (Instant) from Alchemy API
Alchemy + Beaconchain
 
Try it
Get Slots with Beaconchain API on New GraphQL Query (Instant) from Alchemy API
Alchemy + Beaconchain
 
Try it
Get Validators with Beaconchain API on New GraphQL Query (Instant) from Alchemy API
Alchemy + Beaconchain
 
Try it
New GraphQL Query (Instant) from the Alchemy API

Emit new event when a new GraphQL query is uploaded to Alchemy's Custom Webhook service. See the documentation

 
Try it
Get Epoch with the Beaconchain API

Returns information for a specified epoch by the epoch number or an epoch tag (can be latest or finalized). See the documentation

 
Try it
Get Execution Blocks with the Beaconchain API

Retrieve execution blocks by execution block number. See the documentation

 
Try it
Get Slots with the Beaconchain API

Returns all slots for a specified epoch. See the documentation

 
Try it
Get Validators with the Beaconchain API

Returns information for all validators up to 100 by index or public key. See the documentation

 
Try it
Integrate the Alchemy API with the Beaconchain API
Setup the Alchemy API trigger to run a workflow which integrates with the Beaconchain API. Pipedream's integration platform allows you to integrate Alchemy and Beaconchain remarkably fast. Free for developers.

Overview of Alchemy

The Alchemy API provides a robust platform for sending and managing faxes programmatically, giving you the power to integrate fax capabilities into automated workflows. With Pipedream, you can tap into these capabilities to build event-driven serverless workflows. Automate the sending of faxes when certain triggers occur, receive status updates, and connect with countless other services to streamline document management, notifications, and data synchronization tasks.

Connect Alchemy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    alchemy: {
      type: "app",
      app: "alchemy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.g.alchemy.com/prices/v1/${this.alchemy.$auth.api_key}/tokens/by-symbol?symbols=ETH`,
    })
  },
})

Connect Beaconchain

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    beaconchain: {
      type: "app",
      app: "beaconchain",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.beaconchain.$auth.url}/api/v1/slot/1`,
      headers: {
        "apikey": `${this.beaconchain.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo