interface CustodiansResponseDto {
    custodians: string[];
}

Properties

Properties

custodians: string[]

List of unique custodian names from tracked withdrawal addresses

Example

["BitGo","Coinbase","Fireblocks"]