---
title: "List exposures"
method: GET
path: "/collateral_management/exposures"
tags: ["Collateral Management"]
---

# List exposures

`GET /collateral_management/exposures`

Permissions required: **Read vault activity**


Get Exposures.

## Query parameters

- `afterId` string
- `limit` integer

## Response `200`

exposures

- CMExposuresResponse
  - `data` CMExposure[], required
    - `asset` CMAssetType, required — Asset symbol or ticker (e.g. BTC)
      - `assetType` string, required
      - `type` 'ANCHORAGECUSTODY' | 'EXTERNAL', required — The type of asset held in the Collateral Package. This can be either `ANCHORAGECUSTODY` for assets held in Anchorage custody, or `EXTERNAL` for assets held outside of Anchorage custody.
    - `clientReferenceId` string, required — Client-provided reference ID for this Expsoure. “For example: client’s internal loan ID
    - `exposureId` string, required — Unique identifier for the Exposure
    - `packageId` string, required — Identifier of the package of this exposure associated with this exposure
    - `price` string, required — The unweighted current price of the Exposure asset, used in the LTV calculation, expressed in USD
    - `quantity` string, required — The quantity of the collateral asset in the Exposure
    - `value` string, required — The value of the Exposure expressed in USD, calculated as Price * Quantity
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
