Submit payout withdrawal
Submit a signed (Cardano) transaction that withdraws available payouts from a role payout validator. The transaction must have originally been created by the POST /withdrawals endpoint. This endpoint will respond when the transaction is submitted successfully to the local node, which means it will not wait for the transaction to be published in a block. Use the GET /withdrawals/{withdrawalId} endpoint to poll the on-chain status.
Path Parameters |
---|
withdrawalId string — REQUIREDPossible values: Value must match regular expression The hex-encoded identifier of a Cardano transaction |
Request Body |
---|
cborHex string — REQUIRED |
description string — REQUIRED |
type string — REQUIRED |
Responses |
---|
202 |
400 Invalid |
404
|