본문으로 건너뛰기

데이터

GET 

/api/v1/ticker

지정된 거래소의 심볼 최신 티커를 조회합니다.

요청

쿼리 파라미터

    exchange stringrequired

    거래소

    symbol stringrequired

    심볼

    market string

    Possible values: [spot, futures]

    마켓

    currency string

    Possible values: [KRW, USD]

    가격 표시 통화

    Default value: USD
    conversion_base string

    가격에 적용할 변환 기준

헤더 파라미터

    X-DTMX-APIKEY stringrequired

    DataMaxi+ API 키

Responses

OK

Schema

    currency string

    data

    object

    b string

    base 토큰

    Example: BTC
    d integer

    UTC 밀리초 단위 시각

    Example: 1632960000000
    e string

    거래소 이름

    Example: binance
    hb number

    오더북 최고 매수가

    Example: 41900
    la number

    오더북 최저 매도가

    Example: 42100
    ld number

    하방 깊이(2%)

    Example: 1000
    m string

    마켓 타입

    Example: spot
    p number

    최신 가격

    Example: 43000
    p24h number

    24시간 전 가격

    Example: 42000
    pc number

    최신 가격과 24시간 전 가격 차이

    Example: 0.0238
    q string

    quote 토큰

    Example: USDT
    s string

    심볼 (base-quote)

    Example: BTC-USDT
    ud number

    상방 깊이(2%)

    Example: 1000
    v number

    최근 24시간 거래량

    Example: 1000
    market string
Loading...