Binance Connector JS
    Preparing search index...

    Request parameters for dustConvert operation in AssetApi. DustConvertRequest

    interface DustConvertRequest {
        asset: string;
        clientId?: string;
        dustQuotaAssetToTargetAssetPrice?: number;
        targetAsset?: string;
        thirdPartyClientId?: string;
    }
    Index

    Properties

    asset: string

    AssetApiDustConvert

    clientId?: string

    A unique id for the request

    AssetApiDustConvert

    dustQuotaAssetToTargetAssetPrice?: number

    AssetApiDustConvert

    targetAsset?: string

    AssetApiDustConvert

    thirdPartyClientId?: string

    AssetApiDustConvert