최신 미결제약정
GET/api/v1/open-interest
특정 거래소 선물 심볼의 최신 미결제약정 스냅샷을 조회합니다.
요청
쿼리 파라미터
exchange stringrequired
거래소 식별자
symbol stringrequired
거래소 네이티브 API 심볼
헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 400
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
base string
exchange string
openInterest number
openInterestUsd number
quote string
symbol string
timestamp integer
tokenId string
{
"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"
}
찾을 수 없음
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...