Binance Connector JS
    Preparing search index...

    GetFuturesTradeDownloadLinkByIdResponse

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

    Properties

    downloadId?: string

    Download task ID.

    GetFuturesTradeDownloadLinkByIdResponse

    expirationTimestamp?: number | bigint

    The link would expire after this timestamp

    GetFuturesTradeDownloadLinkByIdResponse

    isExpired?: string

    Whether the record is expired.

    GetFuturesTradeDownloadLinkByIdResponse

    notified?: boolean

    ignore

    GetFuturesTradeDownloadLinkByIdResponse

    status?: string

    Enum:completed,processing

    GetFuturesTradeDownloadLinkByIdResponse

    url?: string

    The link is mapped to download id

    GetFuturesTradeDownloadLinkByIdResponse