거래소
GET/api/v1/cex/candle/exchanges
/api/v1/cex/candle 엔드포인트에서 지원하는 거래소 목록을 조회합니다.
요청
쿼리 파라미터
market stringrequired
Possible values: [spot, futures]
Specifies market type
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...