bitfinex-node-api
    Preparing search index...

    Interface IMovementInfoV2

    interface IMovementInfoV2 {
        amount: number;
        currency: string;
        currency_method: string;
        destination_address: string | null;
        fees: number;
        id: number;
        mts_started: number;
        mts_updated: number;
        raw: readonly unknown[];
        remark: string | null;
        status: string;
    }
    Index

    Properties

    amount: number
    currency: string
    currency_method: string
    destination_address: string | null
    fees: number
    id: number
    mts_started: number
    mts_updated: number
    raw: readonly unknown[]
    remark: string | null
    status: string