본문으로 건너뛰기

미결제약정 목록

GET 

/api/v1/open-interest/list

거래소/심볼별 최신 미결제약정 스냅샷을 조회합니다. exchange로 필터링 가능. openInterestUsd 내림차순으로 정렬됩니다.

요청

쿼리 파라미터

    exchange string

    거래소 필터

헤더 파라미터

    X-DTMX-APIKEY stringrequired

    DataMaxi+ API 키

Responses

OK

Schema

    data

    object[]

  • Array [

  • base string
    exchange string
    openInterest number
    openInterestUsd number
    quote string
    symbol string
    timestamp integer
    tokenId string
  • ]

Loading...