청산 피드
GET/api/v1/liquidation/feed
모든 선물 심볼의 최근 청산 이벤트를 최신순으로 조회합니다.
요청
쿼리 파라미터
exchange string
거래소 필터
base string
Base 자산 필터 (대소문자 구분 없음)
min_volume_usd number
VolumeUsd 최소값 필터
limit integer
이벤트 수 (1-1000)
Default value:
100헤더 파라미터
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
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...