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

    Type Alias RevenuePointDto

    type RevenuePointDto = {
        cumulativeNative: number;
        cumulativeUsd: number;
        deltaUsd: number;
        groupKey: string;
        scope: "asset" | "hub" | "protocol";
        timestamp: string;
    }
    Index

    Properties

    cumulativeNative: number

    Cumulative native revenue (asset scope only).

    cumulativeUsd: number

    Cumulative revenue USD as of the bin.

    deltaUsd: number

    Per-bin revenue USD delta (>= 0).

    groupKey: string
    scope: "asset" | "hub" | "protocol"
    timestamp: string

    Bin timestamp (ISO-8601).