---
title: "Pay the arbitration fee"
method: POST
path: "/escrow/{id}/dispute/pay-arbitration"
tags: ["Escrow"]
---

# Pay the arbitration fee

`POST /escrow/{id}/dispute/pay-arbitration`

Pays your share of the arbitration fee to convene the arbitration council after mediation is rejected. The onChainTx references the fee transfer to the arbitration treasury.

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client or provider.
  - `onChainTx` string — On-chain tx hash of the arbitration fee transfer to the arbitration treasury.

## 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/versions/fb85a82845ac/schema)
