@axonlabs/payments - v0.2.0
    Preparing search index...

    Interface WithdrawRequestFields

    List of all supported request fields for withdraw cash in Plisio.

    interface WithdrawRequestFields {
        amount: number[];
        currency:
            | "ETH"
            | "ETH_BASE"
            | "BTC"
            | "LTC"
            | "DASH"
            | "TZEC"
            | "DOGE"
            | "BCH"
            | "XMR"
            | "USDT"
            | "USDC"
            | "USDC_BASE"
            | "SHIB"
            | "APE"
            | "BTT"
            | "USDT_TRX"
            | "TRX"
            | "BNB"
            | "BUSD"
            | "USDT_BSC"
            | "USDС_BSC"
            | "LB"
            | "ETC"
            | "TON"
            | "USDT_TON"
            | "SOL"
            | "USDT_SOL";
        feePlan: FeePlan;
        to: string[];
        type: WithdrawType;
    }
    Index

    Properties

    amount: number[]

    Any float values for the “ mass_cash_out” in the order that hashes are in “to” parameter

    currency:
        | "ETH"
        | "ETH_BASE"
        | "BTC"
        | "LTC"
        | "DASH"
        | "TZEC"
        | "DOGE"
        | "BCH"
        | "XMR"
        | "USDT"
        | "USDC"
        | "USDC_BASE"
        | "SHIB"
        | "APE"
        | "BTT"
        | "USDT_TRX"
        | "TRX"
        | "BNB"
        | "BUSD"
        | "USDT_BSC"
        | "USDС_BSC"
        | "LB"
        | "ETC"
        | "TON"
        | "USDT_TON"
        | "SOL"
        | "USDT_SOL"

    One of the cryptocurrencies supported by Plisio (ID column from supported cryptocurrencies)

    feePlan: FeePlan

    a name of the one of: normal or priority (more info)

    to: string[]

    Hash or multiple hashes pooled for the “mass_cash_out”

    “cash_out” or “mass_cash_out” to send to single or multiple hashes