feat: 更新环境配置,升级 API 版本至 0.0.141,调整钱包余额数据结构
This commit is contained in:
@@ -15,6 +15,8 @@ export type DepositFiatData = Treaty.Data<typeof client.api.deposit.fiat.post>;
|
||||
|
||||
export type BalancesData = Treaty.Data<typeof client.api.wallet.balances.get>;
|
||||
|
||||
export type BalancesSummaryData = Treaty.Data<typeof client.api.wallet.balances.summary.get>;
|
||||
|
||||
export type TotalAssetValue = Treaty.Data<typeof client.api.wallet.total_value.get>;
|
||||
|
||||
export type WithdrawBody = Omit<Parameters<typeof client.api.withdraw.post>[0], "assetCode" | "withdrawMethod"> & {
|
||||
|
||||
Reference in New Issue
Block a user