BlockTradesRequest
Note
For a more in depth documentation, you should check the comments from the protobuf file.
Purpose
Used to get the block trades for a specific period of time.
Request example
const payload = {
  request_id: 8,
  block_trades:
  {
  }
};
Response
The server will respond with an BlockTradesResponse.