심볼 태그
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
- 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 specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...