Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Real-time token statistics grouped by time window.
interface MobulaTokenWindowedStats { min1: MobulaTokenWindowStats | null; min5: MobulaTokenWindowStats | null; min15: MobulaTokenWindowStats | null; hour1: MobulaTokenWindowStats | null; hour4: MobulaTokenWindowStats | null; hour6: MobulaTokenWindowStats | null; hour12: MobulaTokenWindowStats | null; day1: MobulaTokenWindowStats | null; }