Skip to main content
POST
/
api
/
v1
/
auth
/
multisig
/
proposals
/
{id}
/
confirm
Confirm Multisig Proposal (Signature)
curl --request POST \
  --url https://crypto.westminister.tech/api/v1/auth/multisig/proposals/{id}/confirm \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "signature": "<string>",
  "signer_private_key": "<string>",
  "ethereum_sender": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
signature
string
signer_private_key
string
ethereum_sender
string

Safe owner address submitting the initial STS proposal. Required only for OTC credit Ethereum drafts where GET returns ethereum_first_confirm_requires_sender true.

Response

200

Pending or executed