Skip to main content
POST
/
platform
/
admin
/
custodians
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "isWrongCredentials": true
  }
}

Body

provider
enum<string>
required
Available options:
Unknown,
Fireblocks,
Venly,
Bitgo,
AnchorageDigital,
CoinbaseCustody
accountName
string | null
required
apiKey
string | null
required
secretApiKey
string | null
required
isAllowedContractOwnership
boolean
required
isAllowedTreasuryOperations
boolean
required
isVisibleWallet
boolean
required
isActiveWallet
boolean
required
isActiveCustodialRelationship
boolean
required
isActiveTreasuryWallets
boolean
required
requestId
string<uuid>
required
tenantId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object