Skip to main content
GET
/
platform
/
admin
/
tenant
/
wallets
/
multisignature
/
create
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "blockchains": [
      {
        "blockchainId": 123,
        "blockchainName": "<string>",
        "blockchainIcon": "<string>",
        "isAllowedToUseForTreasuryOperations": true,
        "isAllowedToUseWithExplorer": true
      }
    ],
    "blockchainTenantWallets": {},
    "blockchainGasPayersWalletTenants": {}
  }
}

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object