---
title: "POST /debug/channels/set-delegates"
method: POST
path: "/debug/channels/set-delegates"
tags: ["internal", "channel", "debug"]
---

# POST /debug/channels/set-delegates

`POST /debug/channels/set-delegates`

Get a channel_set_delegates_tx transaction object

## Request body

- ChannelSetDelegatesTx
  - `channel_id` string, required — Base58Check encoded tagged pubkey
  - `from_id` string, required — Base58Check encoded tagged pubkey
  - `initiator_delegate_ids` union, required
    - EncodedPubkey[]
    - DelegatesObject
      - `initiator` EncodedPubkey[]
      - `responder` EncodedPubkey[]
  - `responder_delegate_ids` union, required
    - EncodedPubkey[]
    - DelegatesObject
      - `initiator` EncodedPubkey[]
      - `responder` EncodedPubkey[]
  - `state_hash` string, required — Base58Check encoded tagged hash
  - `round` integer, required
  - `payload` string, required — Base64Check encoded tagged byte array
  - `ttl` integer
  - `fee` integer, required
  - `nonce` integer

## Response `200`

Successful operation

- UnsignedTx
  - `tx` string, required — Base64Check encoded tagged byte array

## Other responses

- `400` — Invalid transaction
- `503` — The node is temporarily unable to handle the request: either its request queues are saturated (overload protection) or it has not yet reached a stable mode. Overload protection is applied to every endpoint, so this response can be returned by any operation. The Retry-After header tells the client how long to back off before retrying.

## Changes

- **2026-07-27** `ca5dd7bf8408` — 1 info
  - added the non-success response with the status `503`
- **2021-03-17** `ff1f8598c722` — 1 info
  - endpoint added
- **2020-01-10** `1c632ac4da96` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aeternity/apis/aeternity-node/changes/debug/channels/set-delegates/post.md)

---

[API](https://skmtc.dev/aeternity/apis/aeternity-node.md) · [All operations](https://skmtc.dev/aeternity/apis/aeternity-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aeternity/aeternity-node/revisions/597a254980b2/schema)
