---
title: "Account portfolio"
method: GET
path: "/v3/accounts/{address}/portfolio"
tags: ["Accounts"]
---

# Account portfolio

`GET /v3/accounts/{address}/portfolio`

Returns a position-first portfolio view for an owner on a single chain.
The backend builds SDK Account and Portfolio entities from internal V3
account, vault, price, and label data sources; it does not recursively
call `/v3/accounts/{address}/positions`. When `forceFresh=true`, the
endpoint enqueues or promotes account snapshot refresh work and waits
briefly for refreshed snapshots before falling back to the current
indexed portfolio view. Freshness metadata indicates whether the refresh
completed, timed out, or was rate-limited. When any EVK position has
unknown debt or controller state, affected SDK rows are omitted and the
aggregate `portfolio.totals` properties are omitted instead of reporting
an incomplete result as zero.

## Path parameters

- `address` string, required

## Query parameters

- `chainId` integer, required
- `labeledVaultsOnly` boolean
- `includeAccount` boolean
- `forceFresh` boolean

## Response `200`

Account portfolio

- object
  - `data` AccountPortfolioResponse
    - `chainId` integer
    - `owner` string
    - `portfolio` object
      - `savings` PortfolioSavingsPosition[]
        - `position` SerializedPortfolioAccountPosition
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `vault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `subAccount` string
        - `shares` string — Raw vault share amount as a bigint string.
        - `assets` string — Raw underlying asset amount as a bigint string.
        - `suppliedValueUsd` number — Market USD value number for this savings position.
        - `apy` number — Public APY as a percent number.
        - `apyBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
      - `borrows` PortfolioBorrowPosition[]
        - `borrow` SerializedPortfolioAccountPosition
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `collaterals` SerializedPortfolioAccountPosition[]
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `collateral` SerializedPortfolioAccountPosition
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `borrowVault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `collateralVault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `collateralVaults` string[]
        - `subAccount` string
        - `healthFactor` string
        - `userLTV` string — Contract-derived account LTV ratio, raw 18-decimal bigint string.
        - `currentLTV` string — Contract-derived current LTV ratio, raw 18-decimal bigint string.
        - `borrowed` string — Raw borrowed asset amount as a bigint string.
        - `supplied` string — Raw supplied asset amount as a bigint string.
        - `price` number — Borrow liquidation price in USD.
        - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
        - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `borrowLTV` number — Borrow LTV ratio number.
        - `liquidationLTV` number — Liquidation LTV ratio number.
        - `accountLiquidationLTV` number — Account liquidation LTV ratio number.
        - `liabilityValueBorrowing` string — Contract-derived liability value for borrowing, raw 18-decimal bigint string.
        - `liabilityValueLiquidation` string — Contract-derived liability value for liquidation, raw 18-decimal bigint string.
        - `liabilityValueUsd` number — Market USD liability value number.
        - `totalCollateralValueUsd` number — Market USD total collateral value number.
        - `collateralValueLiquidation` string — Contract-derived collateral liquidation value, raw 18-decimal bigint string.
        - `timeToLiquidation` union
          - integer
          - 'Infinity' | 'MoreThanAYear'
        - `multiplier` number — Leverage multiplier ratio number.
        - `netApy` number — Public net APY as a percent number.
        - `roe` number — Return-on-equity ratio number.
        - `apyBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
        - `roeBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
      - `positions` SerializedPortfolioAccountPosition[]
        - `account` string
        - `vaultAddress` string
        - `vault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `asset` string
        - `shares` string — Raw vault share amount as a bigint string.
        - `assets` string — Raw underlying asset amount as a bigint string.
        - `borrowed` string — Raw borrowed asset amount as a bigint string.
        - `isController` boolean
        - `isCollateral` boolean
        - `balanceForwarderEnabled` boolean
        - `marketPriceUsd` number — Market USD price number for this position's asset.
        - `suppliedValueUsd` number — Market USD value number for this supplied position.
        - `borrowedValueUsd` number — Market USD value number for this borrowed position.
        - `liquidity` AccountPositionLiquidity, nullable
          - `vaultAddress` string
          - `unitOfAccount` string
          - `daysToLiquidation` union
            - integer
            - 'Infinity' | 'MoreThanAYear'
          - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
            - `borrowing` string — Borrowing value, raw 18-decimal bigint string.
            - `liquidation` string — Liquidation value, raw 18-decimal bigint string.
            - `oracleMid` string — Oracle midpoint value, raw 18-decimal bigint string.
          - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
            - `borrowing` string — Borrowing value, raw 18-decimal bigint string.
            - `liquidation` string — Liquidation value, raw 18-decimal bigint string.
            - `oracleMid` string — Oracle midpoint value, raw 18-decimal bigint string.
          - `collaterals` object[]
            - `address` string
            - `value` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `marketPriceUsd` number — Market USD price number for the collateral asset.
            - `valueUsd` number — Market USD value number for this collateral.
          - `liabilityValueUsd` number — Market USD liability value number.
          - `totalCollateralValueUsd` number — Market USD collateral value number.
        - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
        - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
      - `managedLending` PortfolioSavingsPosition[]
        - `position` SerializedPortfolioAccountPosition
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `vault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `subAccount` string
        - `shares` string — Raw vault share amount as a bigint string.
        - `assets` string — Raw underlying asset amount as a bigint string.
        - `suppliedValueUsd` number — Market USD value number for this savings position.
        - `apy` number — Public APY as a percent number.
        - `apyBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
      - `directLending` PortfolioSavingsPosition[]
        - `position` SerializedPortfolioAccountPosition
          - `account` string
          - `vaultAddress` string
          - `vault` SerializedPortfolioVault
            - `address` string
            - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
            - `asset` object
              - …
            - `shares` object
              - …
            - `supplyApy` number — Public supply APY as a percent number.
            - `borrowApy` number — Public borrow APY as a percent number.
            - `supplyApy1h` number — One-hour public supply APY as a percent number.
            - `strategyCount` integer
          - `asset` string
          - `shares` string — Raw vault share amount as a bigint string.
          - `assets` string — Raw underlying asset amount as a bigint string.
          - `borrowed` string — Raw borrowed asset amount as a bigint string.
          - `isController` boolean
          - `isCollateral` boolean
          - `balanceForwarderEnabled` boolean
          - `marketPriceUsd` number — Market USD price number for this position's asset.
          - `suppliedValueUsd` number — Market USD value number for this supplied position.
          - `borrowedValueUsd` number — Market USD value number for this borrowed position.
          - `liquidity` AccountPositionLiquidity, nullable
            - `vaultAddress` string
            - `unitOfAccount` string
            - `daysToLiquidation` union
              - …
            - `liabilityValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `totalCollateralValue` AccountLiquidityValue — Contract-derived account-liquidity value in unit-of-account terms; each field is a raw 18-decimal bigint string.
              - …
            - `collaterals` object[]
              - …
            - `liabilityValueUsd` number — Market USD liability value number.
            - `totalCollateralValueUsd` number — Market USD collateral value number.
          - `borrowLiquidationPriceUsd` number — Borrow liquidation price in USD.
          - `collateralLiquidationPricesUsd` object — Liquidation prices in USD keyed by collateral address.
        - `vault` SerializedPortfolioVault
          - `address` string
          - `type` 'evk' | 'earn' | 'securitize' | 'unknown'
          - `asset` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `shares` object
            - `address` string
            - `symbol` string
            - `decimals` integer
            - `name` string
          - `supplyApy` number — Public supply APY as a percent number.
          - `borrowApy` number — Public borrow APY as a percent number.
          - `supplyApy1h` number — One-hour public supply APY as a percent number.
          - `strategyCount` integer
        - `subAccount` string
        - `shares` string — Raw vault share amount as a bigint string.
        - `assets` string — Raw underlying asset amount as a bigint string.
        - `suppliedValueUsd` number — Market USD value number for this savings position.
        - `apy` number — Public APY as a percent number.
        - `apyBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
      - `totals` object — Aggregate portfolio metrics. When any EVK position has unknown debt or controller state, the aggregate is incomplete and all total properties are omitted; `errors` identifies the affected position. Consumers must not interpret omitted totals as zero.
        - `suppliedValueUsd` number — Market USD number for total supplied value.
        - `borrowedValueUsd` number — Market USD number for total borrowed value.
        - `netAssetValueUsd` number — Market USD number for supplied minus borrowed value.
        - `netApy` number — Public net APY as a percent number.
        - `roe` number — Return-on-equity ratio number.
        - `apyBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
        - `roeBreakdown` YieldApyBreakdown
          - `lending` number — Lending APY contribution as a percent number.
          - `borrowing` number — Borrowing APY contribution as a percent number.
          - `rewards` number — Rewards APY contribution as a percent number.
          - `intrinsicApy` number — Intrinsic APY contribution as a percent number.
          - `total` number — Total APY as a percent number.
    - `account` object, nullable
    - `errors` DataIssue[]
      - `code` string
      - `severity` 'info' | 'warning' | 'error'
      - `message` string
      - `locations` object[]
        - `owner` object
        - `path` string
      - `source` string
      - `originalValue` unknown
      - `normalizedValue` unknown
    - `freshness` object
      - `latestSnapshotTimestamp` integer, nullable
      - `ageSeconds` integer, nullable
      - `timestamp` string, date-time
      - `mode` 'fresh' | 'cached'
      - `forceFreshRequested` boolean
      - `refreshTriggered` boolean
      - `refreshCompleted` boolean
      - `timedOut` boolean
      - `rateLimited` boolean
      - `fallbackReason` string, nullable
      - `waitedMs` integer
  - `meta` PaginationMeta
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `400` — Bad request
- `404` — Not found
- `504` — Upstream request timed out

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9573a5fbd4a6/schema)
