Binance Connector JS
    Preparing search index...

    Interface QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    quote Asset object.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    interface QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset {
        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.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    borrowed?: string

    borrowed.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    borrowEnabled?: boolean

    borrow Enabled.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    free?: string

    free.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    interest?: string

    interest.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    locked?: string

    locked.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    netAsset?: string

    net Asset.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    netAssetOfBtc?: string

    net Asset Of Btc.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    repayEnabled?: boolean

    repay Enabled.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset

    totalAsset?: string

    total Asset.

    QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset