본문으로 건너뛰기

상장 폐지 일정

GET 

/api/v1/cex/symbol/delistings

Return symbols with a known delisting_at timestamp or trading_status in {delisting, delisted}. Filter by time window to get upcoming delistings.

요청

쿼리 파라미터

    exchange string

    거래소 필터 (쉼표로 구분)

    market string

    Possible values: [spot, futures]

    spot 또는 futures

    from_ms integer

    delisting_at 하한 (ms epoch, 기본 now)

    to_ms integer

    delisting_at 상한 (ms epoch, 기본 now+30일)

    include_past boolean

    이미 상장폐지된 항목 포함 (기본 false)

    limit integer

    페이지 크기 (기본 200, 최대 2000)

    page integer

    페이지 번호 (1부터 시작)

Responses

OK

Schema

  • Array [

  • b string
    delisting_at integer

    ms (예정 또는 과거)

    e string
    listed_at integer

    ms

    m string
    q string
    status string

    delisting | delisted

  • ]

Loading...