Common timestamp range parameters used across multiple endpoints. Provides options for filtering data by time range.

interface TimestampRangeParams {
    minTimestamp?: number;
    maxTimestamp?: number;
}

Hierarchy (View Summary)

Properties

minTimestamp?: number

Minimum timestamp in seconds

maxTimestamp?: number

Maximum timestamp in seconds