심볼
GET/api/v1/cex/candle/symbols
/api/v1/cex/candle 엔드포인트에서 지원하는 심볼 목록을 조회합니다.
요청
쿼리 파라미터
exchange string
거래소 이름
market string
Possible values: [spot, futures]
마켓 타입
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
base 심볼
e string
거래소
id string
고유 ID
m string
마켓
q string
quote 심볼
s string
API 심볼
[
{
"b": "string",
"e": "string",
"id": "string",
"m": "string",
"q": "string",
"s": "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"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...