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

The wallet API from Enso — 2 operation(s) for wallet.

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

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

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

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

Paths & Operations 2

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

wallet 2
GET
/api/v1/wallet/approve
Returns transaction that approves your EnsoWallet-v2 to spend tokens
WalletController_createApproveTransaction 5 params → 200
GET
/api/v1/wallet/balances
Returns all balances for a given wallet
WalletController_walletBalances 3 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WalletBalance (8 properties), WalletApproveTransaction (5 properties), WalletTransaction (4 properties). Each schema is shown below with its type and property counts.

WalletApproveTransaction
object
5 properties 5 required
WalletBalance
object
8 properties 8 required
WalletTransaction
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enso-wallet-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 standards API