support lighter spot

This commit is contained in:
discountry
2025-12-07 21:37:58 +08:00
parent 5f79b134f2
commit 180f47b6e0
89 changed files with 11921 additions and 124 deletions
+6
View File
@@ -256,6 +256,7 @@ export interface AsterAccountAsset {
walletBalance: string;
availableBalance: string;
updateTime: number;
assetId?: number;
unrealizedProfit?: string;
marginBalance?: string;
maintMargin?: string;
@@ -286,6 +287,11 @@ export interface AsterAccountSnapshot {
maxWithdrawAmount?: string;
positions: AsterAccountPosition[];
assets: AsterAccountAsset[];
marketType?: "perp" | "spot";
baseAsset?: string;
quoteAsset?: string;
baseAssetId?: number;
quoteAssetId?: number;
}
export interface AsterDepthLevel extends Array<string> {