Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enso standards API

The standards API from Enso — 4 operation(s) for standards.

Enso standards API is one of 9 APIs that Enso publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include standards. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://api.enso.finance.

4 operations 4 paths 8 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.enso.finance
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Enso standards API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey) (bearer). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

standards 4
GET
/api/v1/actions
Returns actions available to use in bundle shortcuts
ActionsController_findAll → 200
GET
/api/v1/actions/{slug}
Returns actions available to use in bundle shortcuts for a given protocol
ActionsController_getActionsBySlug 1 param → 200
GET
/api/v1/standards
Returns standards and methods available to use in bundle shortcuts
StandardsController_standards → 200
GET
/api/v1/standards/{slug}
Returns a standard by slug
StandardsController_getProtocolBySlug 1 param → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ProtocolModel (7 properties), StandardAction (5 properties), Standard (3 properties), ActionVariant (3 properties). Each schema is shown below with its type and property counts.

Network
object
2 properties 2 required
Standard
object
3 properties 3 required
StandardAction
object
5 properties 5 required
Action
object
3 properties 2 required
ProtocolModel
object
7 properties 7 required
ActionInputMetadata
object
3 properties 2 required
ActionVariant
object
3 properties 2 required
Protocol
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enso-standards-api-openapi.yml Raw ↑

Other APIs Enso publishes across the network.

Enso ccip API
Enso cctp API
Enso layerzero API
Enso metadata API
Enso projects API
Enso relay API
Enso shortcuts API
Enso wallet API