Binance Connector JS
    Preparing search index...

    assets information

    ExchangeInformationResponseAssetsInner

    interface ExchangeInformationResponseAssetsInner {
        asset?: string;
        autoAssetExchange?: string;
        marginAvailable?: boolean;
    }
    Index

    Properties

    asset?: string

    ExchangeInformationResponseAssetsInner

    autoAssetExchange?: string

    auto-exchange threshold in Multi-Assets margin mode

    ExchangeInformationResponseAssetsInner

    marginAvailable?: boolean

    whether the asset can be used as margin in Multi-Assets mode

    ExchangeInformationResponseAssetsInner