Skip to content

getCombinedStats

getCombinedStats(): Promise<{ providers: Record<string, ProviderStats>; total: ProviderStats; }>

Defined in: providers/index.ts:138

Get combined statistics from all registered providers

Promise<{ providers: Record<string, ProviderStats>; total: ProviderStats; }>