---
title: "Get collateral holders"
method: POST
path: "/markets/collateral/holders"
tags: ["stats"]
---

# Get collateral holders

`POST /markets/collateral/holders`

Fetches a list of users and total balances for one or more specified collateral mints.

## Request body

- HolderFilter — asset filter
  - `mints` string[], required — assets
  - `pdas` boolean — Return the PDAs holding the assets, if false it returns the borrower

## Response `200`

Active collateral holder summary

- CollateralHolderStats[]
  - `collateralMint` string, required
  - `totalDeposits` number, double, required
  - `userDeposits` object, required

## Other responses

- `400`
- `500`

---

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