Multisigs

Get all multisigs list

get

Get all multisigs list

Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json
get
/api/blockchain/multisigs

Create new multisig wallet

post

Create new multisig wallet

Authorizations
AuthorizationstringRequired
Body
descriptionstring · max: 1000OptionalExample: All business owners addresses list
namestring · min: 1 · max: 100RequiredExample: Business owners in fuji network
networkinteger · min: 1RequiredDefault: 1
ownersstring[]Required
thresholdinteger · min: 1Required
Responses
post
/api/blockchain/multisigs

Get multisig with specified id

get

Get multisig with specified id

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired

number

Responses
200

OK

application/json
get
/api/blockchain/multisigs/{id}

Delete multisig with specified id

delete

Delete multisig with specified id

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired

number

Responses
delete
/api/blockchain/multisigs/{id}

No content