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

    Type Alias RateSpreadPointDto

    type RateSpreadPointDto = {
        borrowApy: number;
        hubId: number;
        spread: number;
        supplyApy: number;
        timestamp: string;
        token: string;
    }
    Index

    Properties

    borrowApy: number
    hubId: number
    spread: number

    borrowApy - supplyApy.

    supplyApy: number
    timestamp: string

    Bin timestamp (ISO-8601).

    token: string