심볼 메타데이터
GET/api/v1/cex/symbol/metadata
심볼별 거래 상태, 주의 플래그, 태그, 시간 메타데이터를 조회합니다.
요청
쿼리 파라미터
exchange string
쉼표로 구분된 거래소 이름 (비어있으면 전체)
market string
Possible values: [spot, futures]
spot 또는 futures (비어있으면 둘 다)
base string
Base 자산 필터
quote string
Quote 자 산 필터
status string
trading_status 필터 (반복 가능, 쉼표로 구분)
limit integer
페이지 크기 (기본 200, 최대 2000)
page integer
페이지 번호 (1부터 시작)
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
caution_end_at integer
ms
caution_level string
"", caution, warning, danger
caution_reasons string[]
delisting_at integer
e string
listed_at integer
m string
"spot" | "futures"
q string
status string
trading|pre_listing|halt|close_only|delisting|delisted
tags string[]
[
{
"b": "string",
"caution_end_at": 0,
"caution_level": "string",
"caution_reasons": [
"string"
],
"delisting_at": 0,
"e": "string",
"listed_at": 0,
"m": "string",
"q": "string",
"status": "string",
"tags": [
"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...