---
title: "Instrument Stats"
method: GET
path: "/v1/market/instruments/stats"
tags: ["Market"]
---

# Instrument Stats

`GET /v1/market/instruments/stats`

Retrieve trading statistics for a specific trading instrument.

## Query parameters

- `instType` 'perpetual' | 'spot' | 'btc' | 'digital' | 'stock' | 'index'
- `symbol` string, nullable
- `unit` 'sats' | 'btc'

## Response `200`

- ApiResponseForInstrumentStatsResponse — Represents a successful API response wrapper
  - `data` InstrumentStatsResponse, required
    - `list` InstrumentStatsDto[], required
      - `close1d` string, required
      - `createdAt` integer, required
      - `fundingRate` string, required
      - `high24h` string, required
      - `id` string, required
      - `indexPrice` string, required
      - `low24h` string, required
      - `markPrice` string, required
      - `openInterest` string, required
      - `openInterestVolume` string, required
      - `symbol` string, required
      - `todayHigh` string, required
      - `todayLow` string, required
      - `volume24h` string, required
  - `error` boolean, required

---

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