get
https://api.inexcoin.com/v1/orders/open
회원의 미체결 정보를 제공합니다.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Resonse
| 필드 | 설명 | 타입 |
|---|---|---|
| side | 매수,매도 (BUY or SELL) | String |
| side_text | side text | String |
| total_price | 주문금액 | Int |
| created_at | 주문 생성일 | Ex) "2024-03-06 19:02:17" |
| avg_price | 매수 평균가격 | BigDecimal |
| countCoin | 지불 심볼 | String |
| type | 1: 지정가, 2:시장가 | Int |
| uuid | 주문 번호 | String |
| volume | 수량 | BigDecimal |
| price | 가격 | BigDecimal |
| deal_volume | 체결 수량 | BigDecimal |
| remain_volume | 잔여 수량 | BigDecimal |
| deal_money | 거래 금액 | BigDecimal |
| baseCoin | 구매 심볼 | String |
| status | 상태 (0:주문접수대기, 1:주문접수, 2:완전체결, 3:부분체결, 4:취소, 5:취소대기, 6:만료) | Int |