거래소별 미결제약정 스냅샷 (변화율 포함)
GET/api/v1/cex/symbol/oi-stats
최신 OI(USD)에 1h/4h/24h 변화율과 OI/24h 거래량 비율을 결합한 스냅샷입니다.
요청
쿼리 파라미터
base stringrequired
Base asset (e.g. BTC)
exchange string
Exchange filter — when omitted, returns every venue carrying the base
currency string
Possible values: [USD, KRW]
Convert *_usd fields to target currency (USD or KRW)
Default value:
USDResponses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
change_1h number
%
change_4h number
%
change_24h number
%
e string
m string
always "futures"
oi_to_vol_ratio number
open_interest number
open_interest_usd number
q string
token_id string
ts integer
volume_24h_usd number
[
{
"b": "string",
"change_1h": 0,
"change_4h": 0,
"change_24h": 0,
"e": "string",
"m": "string",
"oi_to_vol_ratio": 0,
"open_interest": 0,
"open_interest_usd": 0,
"q": "string",
"token_id": "string",
"ts": 0,
"volume_24h_usd": 0
}
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...