---
title: "Get perp market statistics"
method: GET
path: "/main/info"
tags: ["Main"]
---

# Get perp market statistics

`GET /main/info`

Returns 24h/7d/30d trading volume and open interest (long/short/total).

## Response `200`

Market info retrieved.

- MarketInfoResponse
  - `id` string
  - `success` boolean
  - `data` object
    - `volume` object
      - `24h` number — 24-hour trading volume.
      - `7d` number — 7-day trading volume.
      - `30d` number — 30-day trading volume.
    - `openInterest` object
      - `long` number — Total long open interest.
      - `short` number — Total short open interest.
      - `all` number — Combined open interest.

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
