---
title: "Get collateral asset details"
method: GET
path: "/credit/collateral/{chain}/{collateral}"
tags: ["Credit"]
---

# Get collateral asset details

`GET /credit/collateral/{chain}/{collateral}`

Returns detailed information about a collateral asset including APY estimate (if earn vault), price in USD, underlying asset, and earn service name

## Path parameters

- `chain` string, required
- `collateral` string, required

## Response `200`

OK

- object
  - `data` CreditCollateralDetailsResponse
    - `apy` number
    - `collateralAddress` string, required
    - `collateralPriceUsd` number, required
    - `earnServiceName` string, required
    - `isEarnVault` boolean, required
    - `underlyingAsset` string
    - `underlyingPriceUsd` number

## Other responses

- `400` — Invalid parameters
- `404` — Collateral not supported
- `500` — Internal server error

## Changes

> 9 revisions in range; 1 could not be searched.

- **2026-04-02** `ce8ff009580d` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API

[Change history](https://skmtc.dev/sprintertech/apis/untitled-api/changes/credit/collateral/:chain/:collateral/get.md)

---

[API](https://skmtc.dev/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.dev/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/revisions/1713381f8993/schema)
