Binance Connector JS
    Preparing search index...

    OptionMarginAccountInformationResponse

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

    Properties

    asset

    OptionMarginAccountInformationResponse

    canDeposit?: boolean

    can Deposit

    OptionMarginAccountInformationResponse

    canTrade?: boolean

    can Trade

    OptionMarginAccountInformationResponse

    canWithdraw?: boolean

    can Withdraw

    OptionMarginAccountInformationResponse

    greek

    OptionMarginAccountInformationResponse

    reduceOnly?: boolean

    reduce Only

    OptionMarginAccountInformationResponse

    time?: number | bigint

    time

    OptionMarginAccountInformationResponse

    tradeGroupId?: number | bigint

    Trade group ID

    OptionMarginAccountInformationResponse