본문으로 건너뛰기

활성 주의 심볼

GET 

/api/v1/cex/symbol/cautions

현재 활성화된 주의/경고/위험 플래그 심볼을 조회합니다.

요청

쿼리 파라미터

    exchange string

    Exchange filter (comma-separated, empty = all)

    market string

    Possible values: [spot, futures]

    spot or futures

    min_level string

    Possible values: [caution, warning, danger]

    Minimum severity

    active_only boolean

    Exclude rows whose end_at is in the past (default true)

    limit integer

    Page size (default 500, max 5000)

    page integer

    Page number (1-based)

Responses

OK

Schema

  • Array [

  • b string
    caution_level string

    caution | warning | danger

    e string
    end_at integer

    ms, 0 = indefinite

    m string
    q string
    reasons string[]
  • ]

Loading...