Polymarket / clob-client

Typescript client for the Polymarket CLOB
MIT License
32 stars 7 forks source link

large-orders endpoint #40

Closed poly-rodr closed 2 years ago

poly-rodr commented 2 years ago

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 is 1000.

The value of an order is calculated by multiplying its price and size.