Binance Connector JS
    Preparing search index...

    GetCmAccountDetailResponseAssetsInner

    interface GetCmAccountDetailResponseAssetsInner {
        asset?: string;
        crossUnPnl?: string;
        crossWalletBalance?: string;
        initialMargin?: string;
        maintMargin?: string;
        openOrderInitialMargin?: string;
        positionInitialMargin?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    asset?: string

    asset name

    GetCmAccountDetailResponseAssetsInner

    crossUnPnl?: string

    unrealized profit or loss

    GetCmAccountDetailResponseAssetsInner

    crossWalletBalance?: string

    total wallet balance

    GetCmAccountDetailResponseAssetsInner

    initialMargin?: string

    total intial margin required with the latest mark price

    GetCmAccountDetailResponseAssetsInner

    maintMargin?: string

    maintenance margin

    GetCmAccountDetailResponseAssetsInner

    openOrderInitialMargin?: string

    open orders intial margin required with the latest mark price

    GetCmAccountDetailResponseAssetsInner

    positionInitialMargin?: string

    positions margin required with the latest mark price

    GetCmAccountDetailResponseAssetsInner

    updateTime?: number | bigint

    last update time

    GetCmAccountDetailResponseAssetsInner