Adding a new endpoint to tracker: GET {endpoint}/large-orders.
This new endpoint allows a query param to filter the min value of the orders: ?min_value=xxxxx. If this param is not included the default value is 1000.
The value of an order is calculated by multiplying its price and size.
Overview
Adding a new endpoint to tracker:
GET {endpoint}/large-orders
.This new endpoint allows a query param to filter the min value of the orders:
?min_value=xxxxx
. If this param is not included the default value is1000
.The
value
of an order is calculated by multiplying itsprice
andsize
.