🔍 DEBUG API DATA STRUCTURE ============================ 1. OFFERS API (/v1/offers) -------------------------- First offer structure: Array ( [id] => 5016242474 [currency] => IOT [rate] => 226.29 [period] => 120 [direction] => lend [timestamp] => 1782437469.0 [is_live] => 1 [is_cancelled] => [original_amount] => 4654.02514549 [remaining_amount] => 4654.02514549 [executed_amount] => 0.0 ) Rate: 226.29 (type: string) 2. CREDITS API (/v1/credits) ---------------------------- First credit structure: Array ( [id] => 462391471 [currency] => IOT [status] => ACTIVE [rate] => 226.1399 [period] => 120 [amount] => 51032.21609219 [timestamp] => 1784855445.0 ) Rate: 226.1399 (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