bitfinex-node-api
    Preparing search index...

    Interface IThalexTransferV2

    interface IThalexTransferV2 {
        addressDest: string;
        amount: string;
        ccy: string;
        createdAt: number;
        fee: string;
        id: string;
        status: string;
        type: string;
        updatedAt: number;
    }
    Index

    Properties

    addressDest: string
    amount: string
    ccy: string
    createdAt: number
    fee: string
    id: string
    status: string
    type: string
    updatedAt: number