액티브 투자 기관의 실시간 거래 목록 조회
GET/v2/center/active/investor/real-time/transaction/list
액티브 투자자 기관의 실시간 거래 목록 조회
Request
Query Parameters
page int32
Default value: 0
페이지 번호 (기본값: 0)
size int32
Possible values: <= 5
Default value: 5
페이지당 항목 수 (최대 5)
sort string
Possible values: [priceDifference
, asc
, priceDifference
, desc
]
Default value: priceDifference,asc
정렬 기준 (기본값: priceDifference,asc)
Header Parameters
Accept-Country stringrequired
Default value: KR
국가코드 (KR or US)
Accept-Currency string
Default value: KRW
통화 표시 (KRW or USD)
Accept-Language string
Default value: KO
언어표시 (KO or EN)
Responses
- 200
성공
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code string
응답 코드
status integer
응답 상태 코드
message string
응답 메시지
timestamp string
응답 타임스탬프
page integer
Default value: 0
페이지 번호 (기본값: 0)
size integer
Default value: 5
페이지 사이즈 (기본값: 5)
totalPage integer
Default value: 0
총 페이지 수
totalCount integer
Default value: 0
총 항목 수
data
object[]
transactionType string
Possible values: [PURCHASE
, SALE
]
거래 유형
cik string
CIK (투자자 고유 식별 ID)
priceDifference double
평균 단가 차이
transactionDt date
거래 일자
ticker string
종목 티커 코드
timeCode string
TimeCode (US)
averagePrice double
평균 거래 가격 (누적)
stockName string
종목 명
representativeName string
대표자 명
companyName string
회사 명
tradedStockQuantity double
거래 수량
{
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"data": [
{
"transactionType": "PURCHASE",
"cik": "string",
"priceDifference": 0,
"transactionDt": "2024-07-29",
"ticker": "string",
"timeCode": "string",
"averagePrice": 0,
"stockName": "string",
"representativeName": "string",
"companyName": "string",
"tradedStockQuantity": 0
}
]
}
Loading...