Subscribe
정보항목을 subscribe 하지 않아도 아래 3개 정보는 현물 웹소켓 secure 접속하면 기본 실시간 수신됨.
- outboundAccountInfo
- executionReport
- ticketInfo
executionReport 데이터 형식
[
{
"e": "executionReport",
"E": "1499405658658",
"s": "ETHBTC",
"c": "1000087761",
"S": "BUY",
"o": "LIMIT",
"f": "GTC",
"q": "1.00000000",
"p": "0.10264410",
"X": "NEW",
"i": "4293153",
"M": "0",
"l": "0.00000000",
"z": "0.00000000",
"L": "0.00000000",
"n": "0",
"N": "BTC",
"u": true,
"w": true,
"m": false,
"O": "1499405658657",
"Z": "473.199",
"A": "0",
"C": false,
"v": "0"
}
]
executionReport 데이터 각 항목
Parameter | Type | Comment |
e | string | Event type |
E | string | Event time |
s | string | Trading pair |
c | string | User-generated order ID |
S | string | BUY indicates buy order, SELL indicates sell order |
o | string | Order type, LIMIT/MARKET_OF_QUOTE/MARKET_OF_BASE |
f | string | Time in force |
q | string | Quantity |
p | string | Price, : API문서에 대문자로 표기되었지만 실제 데이터는 소문자 p임 |
X | string | Order status, NEW/PARTIALLY_FILLED/FILLED/CANCELED/PENDING_CANCEL/PENDING_NEW/REJECTED |
i | string | Order ID |
M | string | Order ID of the opponent trader |
l | string | Last filled quantity |
z | string | Total filled quantity |
L | string | Last traded price |
n | string | Trading fee (for a single fill) |
N | string | Asset type in which fee is paid |
u | boolean | Is normal trade. False if self-trade. |
w | boolean | Is working |
m | boolean | Is LIMIT_MAKER |
O | string | Order creation time |
Z | string | Total filled value |
A | string | Account ID of the opponent trader |
C | boolean | Is close |
v | string | leverage |
executionReport 실 수신데이터 예
가격 정보 는 소문자 "p" 로 제공됨.
연관
바이비트 현물 주문 송신.
첫 등록 : 2022.04.12
최종 수정 :
단축 주소 : https://igotit.tistory.com/3601
'트레이딩 > 암호화폐' 카테고리의 다른 글
암호화폐. 바이비트. API. 현물. 잔고 요청. Get Wallet Balance (0) | 2022.04.18 |
---|---|
암호화폐. 바이비트. API. 현물. 주문 송신. Place Active Order (1) | 2022.04.15 |
암호화폐. 현물. 수수료 비교. (0) | 2022.04.08 |
암호화폐. MEXC. API 활용모음 (1) | 2022.04.03 |
암호화폐. MEXC . API . 선물 . 웹소켓. 실시간 시세 transaction (0) | 2022.04.03 |
댓글