미결제약정 목록
GET/api/v1/open-interest/list
거래소/심볼별 최신 미결제약정 스냅샷을 조회합니다. exchange로 필터링 가능. openInterestUsd 내림차순으로 정렬됩니다.
요청
쿼리 파라미터
exchange string
거래소 필터
헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
base string
exchange string
openInterest number
openInterestUsd number
quote string
symbol string
timestamp integer
tokenId string
{
"data": [
{
"base": "string",
"exchange": "string",
"openInterest": 0,
"openInterestUsd": 0,
"quote": "string",
"symbol": "string",
"timestamp": 0,
"tokenId": "string"
}
]
}
인증 실패
- 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...