Binance Connector JS
    Preparing search index...

    OptionMarginAccountInformationResponse

    interface OptionMarginAccountInformationResponse {
        asset?: OptionMarginAccountInformationResponseAssetInner[];
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        greek?: OptionMarginAccountInformationResponseGreekInner[];
        reduceOnly?: boolean;
        time?: number | bigint;
    }
    Index

    Properties

    OptionMarginAccountInformationResponse

    canDeposit?: boolean

    OptionMarginAccountInformationResponse

    canTrade?: boolean

    OptionMarginAccountInformationResponse

    canWithdraw?: boolean

    OptionMarginAccountInformationResponse

    OptionMarginAccountInformationResponse

    reduceOnly?: boolean

    OptionMarginAccountInformationResponse

    time?: number | bigint

    OptionMarginAccountInformationResponse