---
title: "Get a list of maturity actions for a specific holding"
method: GET
path: "/holding/{entity_code}/{holding_uid}/maturity-action"
tags: ["Holdings"]
---

# Get a list of maturity actions for a specific holding

`GET /holding/{entity_code}/{holding_uid}/maturity-action`

Get a list of maturity actions for a single holding

## Path parameters

- `entity_code` string, required — Entity code
- `holding_uid` string, required — Holding uid

## Response `200`

Maturity actions

- MaturityAction[]
  - `amount` number, required — Amount
  - `currency` string, required — Currency
  - `holdingUid` string, required — Holding uid
  - `subscriptionUid` string, nullable — The unique identifier for the subscription associated with the maturity action, if any.
  - `type` string, required — Maturity Action type
  - `uid` string, required — Maturity Action uid

## Other responses

- `422` — Validation Error

---

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