최근 체결 주문 조회

최신 순으로 체결된 주문 목록 조회

Path Params

fieldtyperequired/optionaldescription
quote_currencyStringrequired마켓 기준 통화
-예: KRW
target_currencyStringrequired조회하려는 종목의 심볼
-예: BTC

Query Params

fieldtyperequired/optionaldescription
sizeEnumoptional조회할 목록 수 (기본:200)
(10, 50, 100, 150, 200 ) 5가지 값 허용

Response Body

fieldtypedescription
resultString정상 반환 시 success, 에러 코드 반환 시 error
error_codeStringerror 발생 시 에러코드 반환, 성공인 경우 0 반환
server_timeNumber반환 시점의 서버 시간 (ms)
quote_currencyString마켓 기준 통화
target_currencyString체결된 주문 목록의 종목
transactionsArray[Object]최근 체결된 주문 목록
-idString주문 ID
-timestampNumber주문 시간(ms)
-priceNumberString체결 시점 원화 기준 가격
-qtyNumberString체결 수량
-is_seller_makerBoolean매수/매도 여부, true인 경우 매도, false인 경우 매수
Language
Click Try It! to start a request and see the response here!