---
title: "List unsigned custody contracts for the session's group"
method: GET
path: "/money/contracts/unsigned"
tags: ["money", "contracts"]
---

# List unsigned custody contracts for the session's group

`GET /money/contracts/unsigned`

Returns each unsigned custody contract template + its PDF bytes. The list shrinks as the user signs.

## Response `200`

OK

- CustodyListUnsignedContractsOutput
  - `data` CustodyUnsignedContractView[], nullable
    - `contract_pdf_contents` string, base64
    - `contract_type` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/392a9fba638c/schema)
