Skip to main content
GET
/
oi
Get open interest
curl --request GET \
  --url https://data-api.forka.st/oi
[
  {
    "market": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
    "value": "187500.12"
  },
  {
    "market": "0x6e4a2737b079f0ac5dbcaf6142f0c2dbf0a2c8822d38a8e1ec3a4ed607cb1c45",
    "value": "142210.44"
  }
]
🟡 Totals mirror the cached Forkast balances, so extremely new markets may take a sync or two to appear.
Call https://data-api.forka.st/oi to retrieve the notional value locked in each market. Without filters the endpoint returns every cached market; include a market CSV query to narrow the scope. This route is ideal for surfacing liquidity indicators alongside price feeds or for alerting systems that watch for sudden drops in interest.

Query Parameters

market
string[]

Optional comma-separated list of condition IDs to inspect.

0x-prefixed 64-character hex string.

Response

Open interest returned.

market
string

0x-prefixed 64-character hex string.

Example:

"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"

value
number