Transaction Hist [Public API]
플랫타 익스체인지의 체결 완료된 주문 내역을 제공합니다.
Transaction Hist Endpoint URL
https://www.flata.exchange/out/api/getTransactionHist?symbol={symbol}&count={count} |
{symbol} = 종목(ETH/BTC)
{count} = 리스트 개수(3), 최대 100개
Transaction Hist example response
{ "record":[ { "type":"ask", "transaction_date":"2020-07-23 10:58:04", "units_traded":"1694.0200000000", "price":"240.0000000000", "total":"406564.0000000000" }, { "type":"bid", "transaction_date":"2020-07-23 10:58:04", "units_traded":"1694.0200000000", "price":"240.0000000000", "total":"406564.0000000000" }, { "type":"ask", "transaction_date":"2020-07-23 10:57:58", "units_traded":"2018.5500000000", "price":"241.0000000000", "total":"486470.0000000000" } ], "totOutCnt":0, "outCnt":3, "contFlag":0, "contKey":"" }
|
Transaction Hist response
필드 |
설명 |
타입 |
transaction_date |
거래 체결 시간 |
string |
type |
bid : 매수, ask : 매도 |
string |
units_traded |
거래수량 |
decimal |
price |
거래가 |
decimal |
total |
총 거래 금액 |
decimal |