diff --git a/.proto/broker_accounts.proto b/.proto/broker_accounts.proto index a4b4cb2..48768d3 100644 --- a/.proto/broker_accounts.proto +++ b/.proto/broker_accounts.proto @@ -164,6 +164,11 @@ message BrokerAccountGetBalancesRequest { google.protobuf.Int64Value assetId = 2; swisschain.sirius.api.common.PaginationInt64 pagination = 3; + + google.protobuf.StringValue blockchainId = 4; + + + google.protobuf.BoolValue excludeUnknownAssets = 5; } message BrokerAccountGetBalancesResponse {