---
title: "Claim release of funds"
method: POST
path: "/escrow/{id}/claim-release"
tags: ["Escrow"]
---

# Claim release of funds

`POST /escrow/{id}/claim-release`

Lets the provider claim release of the escrowed funds after the auto-release window has elapsed with no client action on a submitted delivery. The onChainTx release hash is required when ledger recording is enabled.

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the provider.
  - `onChainTx` string — On-chain tx hash of the custodian-to-provider release transfer.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
