| 헤더 | 설명 |
|---|---|
Authorization | Bearer {JWT} 형식의 인증 토큰 |
positionCd)| 값 | 설명 |
|---|---|
LONG | 매수 포지션 |
SHORT | 매도 포지션 |
nextKey — 초기 요청 시 빈 문자열, 이후 응답의 nextKey 값을 전송curl --location --request GET 'https://dev.your-api-server.com/trades/liquidation/history?orderStartDateTime=2025-08-01T00:00:00Z&orderEndDateTime=2025-08-31T23:59:59.999Z&nextKey='{
"status": "success",
"code": 200,
"data": {
"nextKey": "string",
"details": [
{
"purchaseDateTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"liquidationDateTime": "2019-08-24T14:15:22.123Z",
"stockCd": "string",
"tradeCurrencyCd": "string",
"positionCd": "TOTAL",
"liquidationQuantity": 0,
"purchasePrice": 0,
"liquidationPrice": 0,
"liquidationProfitLoss": 0,
"executionFee": 0,
"swapFee": 0
}
]
}
}