Skip to main content
GET
/
tenant
/
{tenantId}
/
custodians
/
{id}
/
wallets
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "custodianId": 123,
    "custodianName": "<string>",
    "custodianProvider": "<string>",
    "wallets": [
      {
        "walletTenantId": 123,
        "walletId": 123,
        "metadataJson": "<string>",
        "blockchainId": 123,
        "network": "<string>",
        "networkIcon": "<string>",
        "address": "<string>",
        "isVisible": true,
        "isActive": true,
        "isTreasuryEnabled": true,
        "isGasStationEnabled": true
      }
    ]
  }
}

Path Parameters

tenantId
integer
required
id
integer
required

Query Parameters

onlyActive
boolean
default:true

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object