111
This commit is contained in:
@@ -41,6 +41,12 @@ class ApiEndpoints {
|
||||
/// 搜索幣種
|
||||
static const String coinSearch = '/api/market/search';
|
||||
|
||||
/// 訂單簿深度
|
||||
static const String marketDepth = '/api/market/depth';
|
||||
|
||||
/// 客服联系
|
||||
static const String customerService = '/api/market/customer-service';
|
||||
|
||||
// ==================== 交易模塊 ====================
|
||||
|
||||
/// 買入
|
||||
@@ -55,6 +61,9 @@ class ApiEndpoints {
|
||||
/// 獲取訂單詳情
|
||||
static const String tradeOrderDetail = '/api/trade/order/detail';
|
||||
|
||||
/// 撤销限价委托
|
||||
static const String tradeCancel = '/api/trade/cancel';
|
||||
|
||||
// ==================== 資產模塊 ====================
|
||||
|
||||
/// 獲取資產總覽
|
||||
|
||||
Reference in New Issue
Block a user