본문으로 건너뛰기

Base 자산의 거래소별 미결제약정

GET 

/api/v1/cex/symbol/oi

지정된 base 자산을 거래하는 모든 선물 거래소의 최신 미결제약정 스냅샷을 USD 내림차순으로 조회합니다.

요청

쿼리 파라미터

    base stringrequired

    Base asset (e.g. BTC)

    exchange string

    Exchange filter (narrows the Redis scan)

Responses

OK

Schema

  • Array [

  • b string
    e string
    m string

    always "futures" for OI

    open_interest number
    open_interest_usd number
    q string
    ts integer
  • ]

Loading...