API-Reference
Overview

Endpoints

Currently, the Bundle API has only one endpoint

  • POST /v1/shortcuts/bundle - Bundle a list of actions into a single tx. Returns a transaction that can be submitted to an Ethereum node.

Authentication

Enso authenticates your API requests using your account’s API keys. Getting an API key is easy, and you can create as many as you need from the Enso developers portal (opens in a new tab).

Actions

The bundle endpoint accepts a list of actions. Users can fetch all the available actions in this endpoint from the Metadata API.

  • GET /v1/shortcuts/actions