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

---

[API](https://skmtc.net/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.net/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/versions/a1172848364e/schema)
