심볼
GET/api/v1/premium/symbols
/api/v1/premium 엔드포인트에서 지원하는 심볼 목록을 조회합니다.
요청
쿼리 파라미터
sourceExchange stringrequired
소스 거래소
Example: binance
targetExchange stringrequired
타겟 거래소
Example: bybit
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...