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 metadata API

The metadata API from Enso — 8 operation(s) for metadata.

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

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

This API exposes 8 operations across 8 paths, and defines 9 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.

8 operations 8 paths 9 schemas 8 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 metadata API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey) (bearer). By default, every request must be authenticated.

Paths & Operations 8

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

metadata 8
GET
/api/v1/networks
Returns networks supported by the API
NetworksController_networks 2 params → 200
GET
/api/v1/prices/{chainId}/{address}
Returns price for a token
PricesController_getPrice 2 params → 200
GET
/api/v1/prices/{chainId}
Returns price for multiple tokens
PricesController_getPrices 2 params → 200
GET
/api/v1/account/accountId
Returns accountId connected to your api key used in the on-chain event.
AccountController_accountId → 200
GET
/api/v1/tokens
Returns tokens and their details
TokensController_tokens 20 params → 200
GET
/api/v1/aggregators
Returns aggregators supported by the API (can be controled via disableAggregators param)
AggregatorsController_aggregators → 200
GET
/api/v1/nontokenized
Returns nontokenized positions and their details
NonTokenizedController_nontokenizedPositions 11 params → 200
GET
/api/v1/protocols
Returns projects and relevant protocols available to use
ProtocolsController_findAll 2 params → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PositionModel (19 properties), NonTokenizedModel (9 properties), Price (7 properties), ProtocolModel (7 properties). Each schema is shown below with its type and property counts.

Network
object
2 properties 2 required
PositionModel
object
19 properties 4 required
PaginationMeta
object
7 properties 2 required
ConnectedNetwork
object
3 properties 3 required
TokenModel
object
7 properties 4 required
ProtocolModel
object
7 properties 7 required
Price
object
7 properties 4 required
NonTokenizedModel
object
9 properties 6 required
PaginatedResult
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enso-metadata-api-openapi.yml Raw ↑

Other APIs Enso publishes across the network.

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