최근 청산
GET/api/v1/liquidation
특정 거래소의 선물 심볼 최근 청산 이벤트를 최신순으로 조회합니다.
요청
쿼리 파라미터
exchange stringrequired
거래소 식별자
symbol stringrequired
거래소 네이티브 API 심볼
limit integer
반환할 이벤트 수 (1-1000)
Default value:
100헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
base string
exchange string
price number
priceUsd number
quote string
side string
symbol string
timestamp integer
tokenId string
volume number
volumeUsd number
{
"data": [
{
"base": "string",
"exchange": "string",
"price": 0,
"priceUsd": 0,
"quote": "string",
"side": "string",
"symbol": "string",
"timestamp": 0,
"tokenId": "string",
"volume": 0,
"volumeUsd": 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...