본문으로 건너뛰기

심볼 태그

GET 

/api/v1/cex/symbol/tags

cex_symbol_tag 테이블 행을 조회합니다. 특정 태그가 붙은 모든 심볼을 찾을 때 사용합니다.

요청

쿼리 파라미터

    tag string

    Tag filter (repeatable, comma-separated)

    exchange string

    Exchange filter (repeatable, comma-separated)

    market string

    Possible values: [spot, futures]

    spot or futures

    base string

    Base asset filter

    source string

    Possible values: [rest_native, announcement, cmc, manual]

    Tag source filter

    min_confidence integer

    Minimum confidence (0-100, default 80)

    limit integer

    Page size (default 500, max 5000)

    page integer

    Page number (1-based)

Responses

OK

Schema

  • Array [

  • b string
    confidence integer
    e string
    m string
    q string
    source string
    tag string
  • ]

Loading...