概覽
- 移除所有介面預設值
- 金額/數量統一使用 string 類型,與其他介面保持一致
- 枚舉值統一使用大寫(相容小寫)
- 時間統一使用 UTC 時間字串表示
- 統一使用 venue 而不是 exchange
具體變更
Get Execution Supported Currencies
- 請求參數 currencyType 改名為 ccyType,枚舉值改為大寫
Get Base/Quote Currencies for a Given Currency
- 請求參數 currencyType 改名為 ccyType,枚舉值改為大寫
- 請求參數 currency 改名為 ccy
Get Symbol Conversion Information
- 請求參數 symbol 改為必傳參數,移除預設值
- 回應欄位 pairingType 枚舉值改為大寫
- 回應欄位 exchange 移除
Get Symbol Details of a Given Symbol and Venue
- 請求參數 symbol 改為必傳參數,移除預設值
- 請求參數 venue 改為必傳參數,移除預設值
- 回應欄位 baseMinAmount、baseMaxAmount、quoteMinAmount 和 quoteMaxAmount 改為 string 類型
Get Execution Order List by Status
- 請求參數 status 改為必傳參數,枚舉值改為大寫,移除預設值
- 回應欄位 direction 枚舉值改為大寫
- 回應欄位 currencyType 改名為 ccyType,枚舉值改為大寫
- 回應欄位 pairingType 枚舉值改為大寫
- 回應欄位 status 枚舉值改為大寫
- 回應欄位 createTime、startTime、endTime 分別改名為 createdAt、startAt、endAt,改為 UTC 時間字串
- 回應欄位 relatedFees 移除,新增 serviceFee 展示服務費
- 回應欄位 dealSizeInBase、dealSizeInQuote、totalTrade、priceLimit 和 fillRatio 改為字串類型
- 回應欄位 exchange 移除
Create an Execution Order
- 請求參數 direction 枚舉值改為大寫
- 請求參數 currencyType 改名為 ccyType,枚舉值改為大寫
- 請求參數 totalTrade、priceLimit、fillRatio 改為字串類型
- 請求參數 startTime 改名為 startAt,改為字串類型
Get an Execution Order by Order ID
- 回應欄位 direction 枚舉值改為大寫
- 回應欄位 currencyType 改名為 ccyType,枚舉值改為大寫
- 回應欄位 pairingType 枚舉值改為大寫
- 回應欄位 status 枚舉值改為大寫
- 回應欄位 createTime 改名為 createdAt,改為 UTC 時間字串類型
- 回應欄位 dealSizeInBase、dealSizeInQuote、totalTrade、priceLimit 和 fillRatio 改為字串類型
- 回應欄位 relatedFees 移除,新增 serviceFee 展示服務費
- 回應欄位 exchange 移除
Update an Execution Order
- 請求參數 priceLimit 和 fillRatio 改為字串類型
Get an Execution Order Report by Order ID
- 回應欄位 baseAmount、quoteAmount、postFeeAveragePrice、preFeeAveragePrice 和 settlementAmount 改為字串類型
- 回應欄位 relatedFees 和 relatedFeesCcy 移除。
- 回應欄位新增 serviceFee、serviceFeeCcy 和 venueFees 用於展示服務費和交易所手續費
Get Execution Transactions by Order ID
- 請求參數新增 direction、filledStartTime 和 filledEndTime 用於過濾訂單下的交易
- 回應欄位 direction 枚舉值改為大寫
- 回應欄位 exchange 改名為 venue
- 回應欄位 filledAvgPrice、filledQuantity、postFeeAvgPrice、postFeeQuantity 和 chargedFee 為 string 類型
- 回應欄位新增 serviceFee 和 venueFee 分別展示服務費和交易所手續費
- 回應欄位 updateTime 改名為 filledAt,改為 UTC 時間字串類型
Trigger the Cancellation of Execution Order
無變更內容