Skip to content

Commit

Permalink
feat: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: wwestgarth <[email protected]>
  • Loading branch information
karlem and wwestgarth authored Oct 16, 2023
1 parent 269e931 commit b933177
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions protos/sources/data-node/api/v2/trading_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2686,17 +2686,14 @@ message ListLiquidityProvidersResponse {

// Paid liquidity fees request.
message ListPaidLiquidityFeesRequest {
// Market ID to get paid liquidity fee statistics for.
// If omitted the statistics for all markets will be returned.
// Restrict fee statistics to those generated by the given markets.
optional string market_id = 1;
// Asset ID to get paid liquidity fee statistics for.
// If omitted the statistics for all assets will be returned.
// Restrict fee statistics to those paid in the given assets.
optional string asset_id = 2;
// Epoch to get paid liquidity fee statistics for.
// If omitted, the last epoch published is used.
optional uint64 epoch_seq = 3;
// Restrict the paid liquidity fees to those owned by the parties in this list.
// Pass an empty list for no filter.
// Restrict fee statistics to those paid to the given parties.
repeated string party_ids = 4;
// Pagination information to limit the data that is returned.
optional Pagination pagination = 5;
Expand Down

0 comments on commit b933177

Please sign in to comment.