Base 자산의 거래소별 미결제약정
GET/api/v1/cex/symbol/oi
지정된 base 자산을 거래하는 모든 선물 거래소의 최신 미결제약정 스냅샷을 USD 내림차순으로 조회합니다.
요청
쿼리 파라미터
base stringrequired
Base asset (e.g. BTC)
exchange string
Exchange filter (narrows the Redis scan)
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
e string
m string
always "futures" for OI
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 specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...