poloniex-node-api
    Preparing search index...

    Interface IOpenSmartOrdersOptions

    interface IOpenSmartOrdersOptions {
        limit?: number;
        type?: ISmartOrderType | ISmartOrderType[];
        [key: string]: string | number | boolean | string[] | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean | string[] | undefined
    Index

    Properties

    Properties

    limit?: number
    type?: ISmartOrderType | ISmartOrderType[]