cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/contracts/multisig/end \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "signers_addr": [ "<string>" ], "threshold": 123, "spending_limit": 123, "recipient_address": "<string>", "initiator_address": "<string>", "fund_policy_id": "<string>", "fund_asset_name": "<string>" } '
{ "cbor_hex": "<string>", "tx_hash": "<string>" }
Terminate a multisignature contract and distribute remaining funds to specified beneficiaries.
Project API Key
List of signers
Threshold for multisig
Spending limit
Recipient address
Initiator's address
Policy ID of the fund
Asset name of the fund
Multisig contract ended successfully
Unsigned transaction
CBOR hexadecimal representation of the transaction
Transaction hash
Was this page helpful?