Skip to main content
POST
/
tenant
/
{tenantId}
/
custodians
/
wallets-to-creating
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "existingWalletsCount": 123,
    "existingWalletsNetworkCount": 123,
    "unsupportedWalletsCount": 123,
    "unsupportedWalletsNetworkCount": 123,
    "archivedWalletsCount": 123,
    "newWalletsCount": 123,
    "newWalletsNetworkCount": 123,
    "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "isWrongCredentials": true
  }
}

Path Parameters

tenantId
integer
required

Body

accountName
string | null
required
provider
enum<string>
required
Available options:
Unknown,
Fireblocks,
Venly,
Bitgo,
AnchorageDigital,
CoinbaseCustody
apiKey
string | null
required
secretApiKey
string | null
required
tenantId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object