bitfinex-node-api
    Preparing search index...

    Interface IDepositAddressV2

    interface IDepositAddressV2 {
        address: string;
        currency_code: string;
        method: string;
        pool_address: string | null;
    }
    Index

    Properties

    address: string
    currency_code: string
    method: string
    pool_address: string | null