GET
/
oi
Get open interest
curl --request GET \
  --url https://data-api.polymarket.com/oi
[
  {
    "market": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
    "value": 123
  }
]

Query Parameters

market
string[]

0x-prefixed 64-hex string

Response

Success

The response is of type object[].