POST
/
contracts
/
multisig
/
end
End a multisig contract
curl --request POST \
  --url https://mainnet.gomaestro-api.org/v1/contracts/multisig/end \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "initiator_address": "<string>",
  "signers_addr": [
    "<string>"
  ],
  "threshold": 123,
  "fund_policy_id": "<string>",
  "fund_asset_name": "<string>",
  "spending_limit": 123,
  "recipient_address": "<string>"
}'
{
  "cbor_hex": "<string>",
  "tx_hash": "<string>"
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Response

202
application/json

Multisig contract ended successfully

Unsigned transaction