bitfinex-node-api
    Preparing search index...

    Type Alias IWalletTypeV2

    IWalletTypeV2: "deposit" | "exchange" | "funding" | "margin" | "trading"

    Wallet identifier accepted by Bitfinex v2.

    Some write endpoints (withdraw, deposit/address, transfer) accept the legacy wallet aliases:

    • "trading" for "margin"
    • "deposit" for "funding"

    Read endpoints (such as /v2/auth/r/wallets) return only the canonical "exchange" | "margin" | "funding" set.