@xoxno/sdk-js
    Preparing search index...

    Type Alias UserHistoryPointDto

    type UserHistoryPointDto = {
        native: number;
        side: "supply" | "borrow";
        timestamp: string;
        token: string;
        usd: number;
    }
    Index

    Properties

    native: number

    Balance in native units.

    side: "supply" | "borrow"
    timestamp: string

    Bin timestamp (ISO-8601).

    token: string
    usd: number

    Balance in USD.