Binance Connector JS
    Preparing search index...

    Interface QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    base Asset object.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    interface QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset {
        asset?: string;
        borrowed?: string;
        borrowEnabled?: boolean;
        free?: string;
        interest?: string;
        locked?: string;
        netAsset?: string;
        netAssetOfBtc?: string;
        repayEnabled?: boolean;
        totalAsset?: string;
    }
    Index

    Properties

    asset?: string

    asset.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    borrowed?: string

    borrowed.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    borrowEnabled?: boolean

    borrow Enabled.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    free?: string

    free.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    interest?: string

    interest.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    locked?: string

    locked.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    netAsset?: string

    net Asset.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    netAssetOfBtc?: string

    net Asset Of Btc.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    repayEnabled?: boolean

    repay Enabled.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset

    totalAsset?: string

    total Asset.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset