Skip to main content
POST
/
platform
/
admin
/
tenant
/
wallets
/
multisignature
/
create
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "walletAddress": "<string>",
    "blockchainId": 123
  }
}

Body

tenantId
integer
provider
enum<string>
Available options:
GnosisSafe
walletName
string | null
blockchainId
integer
ownersAddresses
string[] | null
threshold
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object