Binance Connector JS
    Preparing search index...

    QueryMarginAvailableInventoryResponse

    interface QueryMarginAvailableInventoryResponse {
        assets?: { [key: string]: undefined | string };
        updateTime?: number | bigint;
    }
    Index

    Properties

    Properties

    assets?: { [key: string]: undefined | string }

    Available inventory per asset. Keys are asset symbols, values are available amounts.

    QueryMarginAvailableInventoryResponse

    updateTime?: number | bigint

    update Time.

    QueryMarginAvailableInventoryResponse