Base 자산의 거래소별 미결제약정
GET/api/v1/cex/symbol/oi
지정된 base 자산을 거래하는 모든 선물 거래소의 최신 미결제약정 스냅샷을 USD 내림차순으로 조회합니다.
요청
쿼리 파라미터
base stringrequired
Base 자산 (예: BTC)
exchange string
거래소 필터 (Redis 스캔 범위 축소)
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
e string
m string
OI는 항상 "futures"
open_interest number
open_interest_usd number
q string
ts integer
[
{
"b": "string",
"e": "string",
"m": "string",
"open_interest": 0,
"open_interest_usd": 0,
"q": "string",
"ts": 0
}
]
잘못된 요청
- 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...