---
title: "Open Interest"
method: GET
path: "/v2/openInterest"
tags: ["Open Interest"]
---

# Open Interest

`GET /v2/openInterest`

Returns current open interest in base-asset units.
Omit `symbol` to return all symbols.

## Query parameters

- `symbol` string

## Response `200`

Open interest data

- OpenInterestResponse
  - `symbol` string
  - `openInterest` string — Open interest in base-asset units.
  - `time` integer

---

[API](https://skmtc.net/strikefinance/apis/strike-finance-staking-api.md) · [All operations](https://skmtc.net/strikefinance/apis/strike-finance-staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikefinance/strike-finance-staking-api/revisions/6b7d8bd51050/schema)
