Approve a pledge action

This endpoint approves a Taurus-NETWORK pledge action.
Required role: RequestApprover.

Body Params
string
required

The base64-encoded ECDSA signature over the SHA-256 hash of the concatenated SHA-256 hashes of the pledge action metadata to approve. The signature must be created using the private key associated with the participant's TLS certificate.base64(ecdsa_sign(sha256([hex(sha256(pledgeAction1_metadata)),hex(sha256(pledgeAction2_metadata)),hex(sha256(pledgeAction3_metadata))])))

string
required

An optional comment to attach to the approval of the pledge actions.

ids
array of strings
required

The IDs of the pledge actions to approve. The IDs must be sorted in ascending order before computing the signature.

ids*
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2026 Taurus SA. All rights reserved.