Mayson Monorepo Documentation
    Preparing search index...

    Interface VirtualBalance

    Virtual balance for ghost/paper trading

    interface VirtualBalance {
        asset: string;
        free: string;
        locked: string;
        total: string;
        avgEntryPrice?: string;
    }
    Index

    Properties

    asset: string

    Asset symbol (e.g., "BTC", "USDT")

    free: string

    Available balance

    locked: string

    Locked balance (in pending orders)

    total: string

    Total balance (free + locked)

    avgEntryPrice?: string

    Average entry price for this asset