본문으로 건너뛰기

Open Interest overview

GET 

/api/v1/open-interest/overview

Paginated token × exchange Open Interest matrix. For each base asset we list the per-exchange notional OI in USD (when a venue carries the token) and null when it doesn't trade there. The matrix is sortable by any exchange column and searchable by base symbol — same shape the DataMaxi+ dashboard uses on /open-interest. Cached snapshot rebuilds every few seconds, so back-to-back requests are cheap.

Request

Query Parameters

    page integer

    Page

    Default value: 1
    limit integer

    Page size

    Default value: 20
    key string

    Sort-by exchange

    Default value: binance
    sort string

    Possible values: [asc, desc]

    Sort direction

    Default value: desc
    query string

    Base symbol search

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

  • Array [

  • exchanges

    object

    property name*

    bisonai_com_neverest_pkg_apiopeninterest_handlers_frontapiopeninterestoverview.Cell

    exchange

    object

    futures boolean

    metadata

    icon string

    specifies the exchange icon url path

    id string

    specifies the exchange id

    name string

    specifies the exchange name

    spot boolean
    url string

    specifies relevant exchange url

    openInterest number
    openInterestUsd number
    quote string
    symbol string
    timestamp integer
    url string
    volume24hUsd number

    Volume24hUsd is the 24h quote volume for the same (exchange, base, quote) pair, sourced from ticker state. Optional — used by the FE "24h 거래량 보기" paired-row toggle so users can compare OI against turnover at a glance. nil when the ticker isn't available (e.g. freshly listed pair).

    id string

    token

    object

    cmc_id string

    specifies cmc id of the token

    icon string

    specifies the token icon url path

    id string

    specifies the unique id

    name string

    specifies the name of token

    symbol string

    specifies the token symbol

  • ]

  • key string
    limit integer
    page integer
    sort string
    total integer
Loading...