마켓
GET/api/v1/premium/markets
지원하는 마켓 목록을 조회합니다
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
property name*
object
The exchange name (e.g., "binance").
property name*
string[]
The mapping from market to quote symbols.
string
{}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...