🔍 DEBUG API DATA STRUCTURE ============================ 1. OFFERS API (/v1/offers) -------------------------- First offer structure: Array ( [id] => 4869267241 [currency] => USD [rate] => 5.694 [period] => 2 [direction] => lend [timestamp] => 1775854880.0 [is_live] => 1 [is_cancelled] => [original_amount] => 208522.06606303 [remaining_amount] => 208522.06606303 [executed_amount] => 0.0 ) Rate: 5.694 (type: string) 2. CREDITS API (/v1/credits) ---------------------------- First credit structure: Array ( [id] => 454679257 [currency] => USD [status] => ACTIVE [rate] => 5.7305 [period] => 2 [amount] => 78470.01731008 [timestamp] => 1775682650.0 ) Rate: 5.7305 (type: string) 3. FUNDING LOANS API (/v2/auth/r/funding/loans/fUSD) ---------------------------------------------------- No funding loans data 4. RAW FUNDING LOANS API (before transformation) ------------------------------------------------ No raw funding loans data ============================ DEBUG COMPLETE