심볼 태그
GET/api/v1/cex/symbol/tags
cex_symbol_tag 테이블 행을 조회합니다. 특정 태그가 붙은 모든 심볼을 찾을 때 사용합니다.
요청
쿼리 파라미터
tag string
태그 필터 (반복 가능, 쉼표로 구분)
exchange string
거래소 필터 (반복 가능, 쉼표로 구분)
market string
Possible values: [spot, futures]
spot 또는 futures
base string
Base 자산 필터
source string
Possible values: [rest_native, announcement, cmc, manual]
태그 소스 필터
min_confidence integer
최소 신뢰도 (0-100, 기본 80)
limit integer
페이지 크기 (기본 500, 최대 5000)
page integer
페이지 번호 (1부터 시작)
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
confidence integer
e string
m string
q string
source string
tag string
[
{
"b": "string",
"confidence": 0,
"e": "string",
"m": "string",
"q": "string",
"source": "string",
"tag": "string"
}
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...