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

Euler Finance Entities API

Platform-admin managed KYBed organization profiles used as backend-owned label and control-plane resources.

Euler Finance Entities API is one of 24 APIs that Euler Finance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Entities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 12 operations across 6 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, /.

12 operations 6 paths 10 schemas 3 DELETE4 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://v3.euler.finance/v3
Authentication
API Key, HTTP Bearer, API Key, API Key, API Key
Resource Areas
1

Authentication & Security 5

Euler Finance Entities API declares 5 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). It accepts HTTP bearer tokens (API key) (BearerAuth). An API key is passed in the header as X-Admin-Secret (AdminSecret). An API key is passed in the cookie as euler_platform_session (PlatformSession). An API key is passed in the header as X-CSRF-Token (PlatformCsrf).

  • ApiKeyAuth — API key authentication (optional; higher rate limits).
  • BearerAuth — Alternative to X-API-Key using Authorization: Bearer
  • AdminSecret — Admin secret (server-to-server) for API key management.
  • PlatformSession — Signed, httpOnly platform-operator browser session cookie.
  • PlatformCsrf — Double-submit CSRF token required for unsafe cookie-authenticated methods.

Paths & Operations 12

Across 6 paths, the API surfaces 12 operations — 3 DELETE, 4 GET, 2 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Entities 12

Platform-admin managed KYBed organization profiles used as backend-owned label and control-plane resources.

GET
/v3/entities
List entity profiles
listEntities 3 params → 200401403
POST
/v3/entities
Create entity profile
createEntity body → 201400401403409422
GET
/v3/entities/{id}/members
List entity members
listEntityMembers 5 params → 200401403404422
POST
/v3/entities/{id}/members
Create entity member
createEntityMember 1 param body → 201400401403404409422
GET
/v3/entities/{id}/addresses
List entity governance addresses
listEntityAddresses 4 params → 200401403404422
POST
/v3/entities/{id}/addresses
Create entity governance address
createEntityAddress 1 param body → 201400401403404409422
DELETE
/v3/entities/{id}/addresses/{chainId}/{address}
Delete entity governance address
deleteEntityAddress 3 params → 200400401403404422
PATCH
/v3/entities/{id}/members/{memberId}
Update entity member
updateEntityMember 2 params body → 200400401403404409422
DELETE
/v3/entities/{id}/members/{memberId}
Revoke entity member
revokeEntityMember 2 params → 200401403404409422
GET
/v3/entities/{id}
Get entity profile
getEntity 1 param → 200401403404422
PATCH
/v3/entities/{id}
Update entity profile
updateEntity 1 param body → 200400401403404422
DELETE
/v3/entities/{id}
Delete entity profile
deleteEntity 1 param → 200401403404409422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Entity (12 properties), EntityCreateRequest (10 properties), EntityUpdateRequest (9 properties), EntityMember (7 properties). Each schema is shown below with its type and property counts.

EntityMemberCreateRequest
object
3 properties 1 required
EntityCreateRequest
object
10 properties 2 required
PaginationMeta
object
6 properties 1 required
EntityMember
object
7 properties 7 required
Entity
object
12 properties 12 required
EntityUpdateRequest
object
9 properties
EntityMemberUpdateRequest
object
2 properties
EntityAddress
object
4 properties 4 required
ErrorResponse
object
1 property 1 required
EntityAddressCreateRequest
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

euler-entities-api-openapi.yml Raw ↑

Other APIs Euler Finance publishes across the network.

Euler Off-Chain Prices API
Euler Subgraphs (GraphQL)
Euler V2 TypeScript SDK
Euler Finance Accounts API
Euler Finance APYs API
Euler Finance Auth API
Euler Finance Chains API
Euler Finance Curator API
Euler Finance Earn API
Euler Finance EVC API
Euler Finance FeeFlow API
Euler Finance GraphQL API