🔍 DEBUG API DATA STRUCTURE ============================ 1. OFFERS API (/v1/offers) -------------------------- First offer structure: Array ( [id] => 4990395197 [currency] => IOT [rate] => 226.2466 [period] => 120 [direction] => lend [timestamp] => 1781339052.0 [is_live] => 1 [is_cancelled] => [original_amount] => 1675686.55271 [remaining_amount] => 1675686.55271 [executed_amount] => 0.0 ) Rate: 226.2466 (type: string) 2. CREDITS API (/v1/credits) ---------------------------- No credits data 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