주식 잔고, 주문 창 업그레이드
- 잔고, 주문 창 분리 - full-width 섹션으로 쌓게 변경
This commit is contained in:
@@ -77,3 +77,11 @@ export function getStockHealth() {
|
||||
export function getStockIndices() {
|
||||
return apiGet("/api/stock/indices");
|
||||
}
|
||||
|
||||
export function getTradeBalance() {
|
||||
return apiGet("/api/trade/balance");
|
||||
}
|
||||
|
||||
export function createTradeOrder(payload) {
|
||||
return apiPost("/api/trade/order", payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user