Skip to main content
POST
/
contracts
/
multisig
/
update
Update a multisig contract
curl --request POST \
  --url https://mainnet.gomaestro-api.org/v1/contracts/multisig/update \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "initiator_address": "<string>",
  "new_signers_addr": [
    "<string>"
  ],
  "new_threshold": 123,
  "fund_policy_id": "<string>",
  "fund_asset_name": "<string>",
  "new_spending_limit": 123
}'
{
  "cbor_hex": "<string>",
  "tx_hash": "<string>"
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json
new_signers_addr
string[]
required

List of new signers

new_threshold
number
required

New threshold for multisig

new_spending_limit
number
required

New spending limit

initiator_address
string

Initiator's address

fund_policy_id
string

Policy ID of the fund

fund_asset_name
string

Asset name of the fund

Response

Multisig contract updated successfully

Unsigned transaction

cbor_hex
string
required

CBOR hexadecimal representation of the transaction

tx_hash
string
required

Transaction hash