Binance Connector JS
    Preparing search index...

    SimpleAccountResponse

    interface SimpleAccountResponse {
        totalAmountInBTC?: string;
        totalAmountInUSDT?: string;
        totalFlexibleAmountInBTC?: string;
        totalFlexibleAmountInUSDT?: string;
        totalLockedInBTC?: string;
        totalLockedInUSDT?: string;
    }
    Index

    Properties

    totalAmountInBTC?: string

    SimpleAccountResponse

    totalAmountInUSDT?: string

    SimpleAccountResponse

    totalFlexibleAmountInBTC?: string

    SimpleAccountResponse

    totalFlexibleAmountInUSDT?: string

    SimpleAccountResponse

    totalLockedInBTC?: string

    SimpleAccountResponse

    totalLockedInUSDT?: string

    SimpleAccountResponse