poloniex-node-api
    Preparing search index...

    Interface IPoloniexFetchOptions

    interface IPoloniexFetchOptions {
        base_url?: null | string | URL;
        body?: BodyInit;
        cache?: RequestCache;
        credentials?: RequestCredentials;
        dispatcher?: Dispatcher;
        duplex?: "half";
        headers?: HeadersInit;
        integrity?: string;
        keepalive?: boolean;
        method?: string;
        mode?: RequestMode;
        options?: unknown[] | IRecordType;
        redirect?: RequestRedirect;
        referrer?: string;
        referrerPolicy?: ReferrerPolicy;
        reject?: boolean;
        signal?: null | AbortSignal;
        transform?: null | ITransformType;
        window?: null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    base_url?: null | string | URL
    body?: BodyInit
    cache?: RequestCache
    credentials?: RequestCredentials
    dispatcher?: Dispatcher
    duplex?: "half"
    headers?: HeadersInit
    integrity?: string
    keepalive?: boolean
    method?: string
    mode?: RequestMode
    options?: unknown[] | IRecordType
    redirect?: RequestRedirect
    referrer?: string
    referrerPolicy?: ReferrerPolicy
    reject?: boolean
    signal?: null | AbortSignal
    transform?: null | ITransformType
    window?: null