Binance Connector JS
    Preparing search index...

    Interface GetSummaryOfSubAccountsMarginAccountResponse

    GetSummaryOfSubAccountsMarginAccountResponse

    interface GetSummaryOfSubAccountsMarginAccountResponse {
        subAccountList?: GetSummaryOfSubAccountsMarginAccountResponseSubAccountListInner[];
        totalAssetOfBtc?: string;
        totalLiabilityOfBtc?: string;
        totalNetAssetOfBtc?: string;
    }
    Index

    Properties

    GetSummaryOfSubAccountsMarginAccountResponse

    totalAssetOfBtc?: string

    GetSummaryOfSubAccountsMarginAccountResponse

    totalLiabilityOfBtc?: string

    GetSummaryOfSubAccountsMarginAccountResponse

    totalNetAssetOfBtc?: string

    GetSummaryOfSubAccountsMarginAccountResponse