Binance Connector JS
    Preparing search index...

    GetFuturesOrderHistoryDownloadLinkByIdResponse

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

    Properties

    downloadId?: string

    Download Id.

    GetFuturesOrderHistoryDownloadLinkByIdResponse

    expirationTimestamp?: number | bigint

    The link would expire after this timestamp

    GetFuturesOrderHistoryDownloadLinkByIdResponse

    isExpired?: string

    GetFuturesOrderHistoryDownloadLinkByIdResponse

    notified?: boolean

    ignore

    GetFuturesOrderHistoryDownloadLinkByIdResponse

    status?: string

    Enum:completed,processing

    GetFuturesOrderHistoryDownloadLinkByIdResponse

    url?: string

    The link is mapped to download id

    GetFuturesOrderHistoryDownloadLinkByIdResponse