poloniex-node-api
    Preparing search index...

    Interface IWithdrawal

    interface IWithdrawal {
        address: string;
        amount: string;
        currency: string;
        fee: string;
        ipAddress: string;
        paymentID: null | string;
        status: IWithdrawalStatus;
        timestamp: number;
        txid: string;
        withdrawalRequestsId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    amount: string
    currency: string
    fee: string
    ipAddress: string
    paymentID: null | string
    status: IWithdrawalStatus
    timestamp: number
    txid: string
    withdrawalRequestsId: number