---
title: "Get borrowing market overview"
method: GET
path: "/api/v1/markets/borrow"
tags: ["Market"]
---

# Get borrowing market overview

`GET /api/v1/markets/borrow`

## Query parameters

- `with_text` boolean — Include text variation fields
- `with_value` boolean — Calculate and include USD values for amounts, where applicable

## Response `200`

Success response

- BorrowMarketOverviewObjResponse — Object data success response
  - `data` BorrowMarketOverview, required
    - `collaterals` BorrowCollateralMarket[], required — Borrowing collateral markets
      - `asset_info` AssetInfo, required — Asset identifiers with associated metadata
        - `asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
          - `id` string, required
          - `group` union, required
            - 'native'
            - 'token'
          - `group_key` string, required
        - `metadata` AssetMetadata, required — Additional metadata for assets
          - `name` string, required — Full name of the asset
          - `symbol` string, required — Symbol of the asset, e.g.: `NEPT` `INJ`
          - `symbol_denom` string, required — Denom symbol for the asset (e.g. `inj` for `INJ`, `sat` for `BTC`)
          - `decimals_denom` integer, required — Denom exponent, or num. of decimal places that shift between denom/standard amounts (e.g. `18` for `INJ`)
          - `decimals_display` integer, required — Number of decimals used when displaying amounts of this asset (this is subjective and used for generating text representations)
        - `classification` union, required — The asset's classification metadata. Assets are classfied to provide context on their usage throughout the Neptune API (e.g. regular assets, neptune receipt tokens, LSTs, etc.) Each asset belongs to only a single classification type. This object contains metadata pertaining to the given classification. While some fields may be common among the distinct classifcations, each classification is distinct and subject to independent change.
          - object
            - `kind` 'regular', required
            - `neptune_receipt_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
          - object
            - `kind` 'neptune_receipt_token', required
            - `origin_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
          - object
            - `kind` 'liquid_staking_token', required
            - `origin_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
      - `config` BorrowCollateralConfig, required
        - `enabled` boolean, required — Collateral enabled state
        - `collateral_cap` string, nullable, required — The optional, global/shared maximum deposit limit for this collateral.
        - `allowable_ltv` string, required — The loan to value ratio at which we allow collateral withdrawals or borrows.
        - `liquidation_ltv` string, required — The loan to value ratio at which the collateral can be liquidated.
        - `min_discount` string, required — The minimum dynamic discount.
        - `max_discount` string, required — The maximum dynamic discount
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `allowable_ltv` string, required
            - `liquidation_ltv` string, required
            - `min_discount` string, required
            - `max_discount` string, required
            - `collateral_cap` string, required
          - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`.
            - `collateral_cap` string, nullable, required
            - `extra` object, required
              - …
      - `state` BorrowCollateralState, required
        - `collateral_sum` string, required — Total amount of this asset which is actively collateralized
        - `balance` string, required
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `collateral_sum` string, required
          - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`.
            - `collateral_sum` string, required
            - `extra` object, required
              - …
    - `debts` BorrowDebtMarket[], required — Borrowing debt markets
      - `asset_info` AssetInfo, required — Asset identifiers with associated metadata
        - `asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
          - `id` string, required
          - `group` union, required
            - 'native'
            - 'token'
          - `group_key` string, required
        - `metadata` AssetMetadata, required — Additional metadata for assets
          - `name` string, required — Full name of the asset
          - `symbol` string, required — Symbol of the asset, e.g.: `NEPT` `INJ`
          - `symbol_denom` string, required — Denom symbol for the asset (e.g. `inj` for `INJ`, `sat` for `BTC`)
          - `decimals_denom` integer, required — Denom exponent, or num. of decimal places that shift between denom/standard amounts (e.g. `18` for `INJ`)
          - `decimals_display` integer, required — Number of decimals used when displaying amounts of this asset (this is subjective and used for generating text representations)
        - `classification` union, required — The asset's classification metadata. Assets are classfied to provide context on their usage throughout the Neptune API (e.g. regular assets, neptune receipt tokens, LSTs, etc.) Each asset belongs to only a single classification type. This object contains metadata pertaining to the given classification. While some fields may be common among the distinct classifcations, each classification is distinct and subject to independent change.
          - object
            - `kind` 'regular', required
            - `neptune_receipt_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
          - object
            - `kind` 'neptune_receipt_token', required
            - `origin_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
          - object
            - `kind` 'liquid_staking_token', required
            - `origin_asset` AssetSpec, required — Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
              - …
      - `rate` MarketRate, required
        - `apr` string, required — Market rate in APR standard as a decimal percentage
        - `apy` string, required — Market rate in APY standard as a decimal percentage
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `apy` string, required
            - `apr` string, required
      - `config` BorrowDebtConfig, required
        - `enabled` boolean, required — Market enabled state
        - `borrow_cap` string, nullable, required — The global max amount which can be borrowed
        - `interest_fee` string, required — The protocol (base) interest rate that is charged to borrowers.
        - `borrow_halt_utilization` string, required — The maximum utilization ratio at which new borrow positions can be opened.
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `borrow_halt_utilization` string, required
            - `borrow_cap` string, required
            - `interest_fee` string, required
          - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`.
            - `borrow_cap` string, nullable, required
            - `extra` object, required
              - …
      - `state` BorrowDebtState, required
        - `principal_sum` string, required — Sum of initial amount borrowed for all open debts (those which have not yet been repaid)
        - `interest_sum` string, required — Sum of accrued interest for all open debts (those which have not yet been repaid)
        - `debt_sum` string, required — Sum open debt amount (this is simply the principal sum + interest sum)
        - `utilization_accumulator` string, required — Asset utilization tracker.
        - `time_last_distributed_interest` string, date-time, required — Timestamp used to keep track of the last time interest was distributed.
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `principal_sum` string, required
            - `interest_sum` string, required
            - `time_last_distributed_interest` string, required
            - `debt_sum` string, required
          - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`.
            - `principal_sum` string, required
            - `interest_sum` string, required
            - `debt_sum` string, required
            - `extra` object, required
              - …
  - `error` unknown, required
  - `status` integer, required — HTTP status. Successful responses are guaranteed to be < `400`. Conversely, error responses are guaranteed to be >= `400`.
  - `status_text` string, required — HTTP status text

## Other responses

- `500` — Server error response
- `default` — Error response for object data types

## Changes

- **2026-03-30** `5768d4f43166` — 2 info
  - added `#/components/schemas/ErrorDataVariants` to the `error` response property `allOf` list for the response status `500`
  - removed `subschema #1: General/common error, subschema #2: Validation error` from the `error` response property `anyOf` list for the response status `500`
- **2026-03-29** `65d147ca4389` — 2 breaking, 5 info
  - the response property `error` became nullable for the status `200`
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the non-success response with the status `500`
  - removed `#/components/schemas/BorrowMarketOverview, subschema #2` from the `data` response property `anyOf` list for the response status `200`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/changes/api/v1/markets/borrow/get.md)

---

[API](https://skmtc.dev/cryptechdev/apis/neptune-api-v2.md) · [All operations](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptechdev/neptune-api-v2/revisions/5768d4f43166/schema)
