poloniex-node-api
    Preparing search index...

    Interface IWithdrawV2Options

    interface IWithdrawV2Options {
        address: string;
        addressTag?: string;
        allowBorrow?: boolean;
        amount: string;
        coin: string;
        network: string;
        [key: string]: string | number | boolean | string[] | undefined;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    address: string
    addressTag?: string
    allowBorrow?: boolean
    amount: string
    coin: string
    network: string