Binance Connector JS
    Preparing search index...

    GetUmFuturesOrderDownloadLinkByIdResponse

    interface GetUmFuturesOrderDownloadLinkByIdResponse {
        downloadId?: string;
        expirationTimestamp?: number | bigint;
        isExpired?: string;
        notified?: boolean;
        s3Link?: string;
        status?: string;
        url?: string;
    }
    Index

    Properties

    downloadId?: string

    Download ID.

    GetUmFuturesOrderDownloadLinkByIdResponse

    expirationTimestamp?: number | bigint

    The link would expire after this timestamp

    GetUmFuturesOrderDownloadLinkByIdResponse

    isExpired?: string

    Is Expired.

    GetUmFuturesOrderDownloadLinkByIdResponse

    notified?: boolean

    ignore

    GetUmFuturesOrderDownloadLinkByIdResponse

    s3Link?: string

    S3 Link.

    GetUmFuturesOrderDownloadLinkByIdResponse

    status?: string

    Enum:completed,processing

    GetUmFuturesOrderDownloadLinkByIdResponse

    url?: string

    The link is mapped to download id

    GetUmFuturesOrderDownloadLinkByIdResponse