---
title: "Platform Summary"
method: GET
path: "/v1/dashboard/summary"
tags: ["Platform Dashboard"]
---

# Platform Summary

`GET /v1/dashboard/summary`

Returns high-level platform metrics: total users, volume, deposits,
withdrawals, liquidations, revenue, and current open interest.

Cached server-side (default 3 minutes).

## Response `200`

Platform summary metrics

- PlatformSummary
  - `total_users` integer — Total registered users.
  - `total_volume_usd` string — All-time trading volume in USD.
  - `total_deposits_usd` string — All-time deposits in USD.
  - `total_withdrawals_usd` string — All-time withdrawals in USD.
  - `total_liquidated_usd` string — All-time notional liquidated in USD.
  - `total_revenue_usd` string — All-time revenue (trading fees) in USD.
  - `open_interest_usd` string — Current total open interest in USD (from real-time data).

---

[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)
